๐ Simple-motion โ
๐ ๏ธ Build the examples โ
Run the following command to build the project:
bashbash scripts/ex/docker/run.bash --no-cache- arguments:
--helpย : Display help message and exit.--no-cacheย : rebuild.
- arguments:
Run the following command to copy dependencies:
bashcp -r bin/libddsc* examples/bin/.
๐งช Test โ
Run
simulatorscriptbashbash scripts/sim.bashRun
Simple-motionprocessbashsudo ./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(replacexxxxwith 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.10Run the process on robot pc
bashsudo ./rbq_ws/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.
