๐ Simple-command โ
๐ ๏ธ Build the Simple-command 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-command
processbashsudo ./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
(replacexxxx
with 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.10
Run the process on robot pc
bashcd ~/rbq_ws && sudo ./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.