๐ Simple-motion โ
๐ ๏ธ Build the Simple-motion Code โ
Run the following command to build the project:
bashbash scripts/example_build.bash
- arguments:
--help
ย : Display help message and exit.--no-cache
ย : rebuild.
- arguments:
๐งช Test โ
Run
simulator
scriptbashbash scripts/sim.bash
Run
Simple-motion
processbashsudo ./examples/bin/Simple-motion
โ Robot Action Sit Stance โจ๏ธ Keyboard key x z
๐ Deploy and Run in the real Robot โ
Connect your PC to the robot's Wi-Fi.
๐ Wi-Fi SSID:
RBQ_xxxx
(replacexxxx
with the specific identifier of your robot's Wi-Fi).Copy the binary to the robot pc
bashscp examples/bin/Simple-motion rbq@192.168.0.10:~/rbq_ws/examples/bin/.
Secure shell to the robot pc
bashssh rbq@192.168.0.10
Run the process on robot pc
bashcd ~/rbq_ws && sudo ./examples/bin/Simple-motion
โ Robot Action Sit Stance โจ๏ธ Keyboard key x z
โ ๏ธ Software Version Compatibility โ
Make sure that the robot's onboard software version matches the software version installed on your development PC.
- โ We recommend updating both environments to the latest official release before deployment. You can download the latest release from the official RBQ software repository.