๐ Simple-RL โ
๐ ๏ธ 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-RLprocessbashsudo ./examples/bin/Simple-RL
| โ Robot Action | Sit | Stance | Control Mode | Command |
|---|---|---|---|---|
| Keyboard Key | X | Z | C | W โ ๐ผ Forward S โ ๐ฝ Backward A โ โ๏ธ Left Turn D โ โถ๏ธ Right Turn |
๐ 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-RL 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-RL
| โ Robot Action | Sit | Stance | Control Mode | Command |
|---|---|---|---|---|
| Keyboard Key | X | Z | C | W โ ๐ผ Forward S โ ๐ฝ Backward A โ โ๏ธ Left Turn D โ โถ๏ธ Right Turn |
โ ๏ธ 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.
