Skip to content
▸ Quick Start > Quick Setup > Running Examples

Running an Example#

arm-sdk examples run name_of_example --port 50051 --vel 1.0 1.0 1.0 1.0 1.0 1.0  # Example run command

# Alternatively, run directly with the default parameters
arm-sdk examples run name_of_example

# You can also use python -m; note that the name is arm_sdk
python -m arm_sdk examples run name_of_example