๐ Simple-command โ
๐ ๏ธ 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-commandprocessbash./examples/bin/Simple-commandโ Button Action Sit Stance Walk Stairs Running โจ๏ธ Keyboard key 1 2 3 4 5
๐ 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-command 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
bash./rbq_ws/examples/bin/Simple-commandโ Button Action Sit Stance Walk Stairs Running โจ๏ธ Keyboard key 1 2 3 4 5
โ ๏ธ 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.
