π 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:
π§ͺ Test β
- Run
simulatorscriptbashbash scripts/sim.bash
β οΈ Make Sure Auto Start the robot before RUN Simple-RL
- Run
Simple-RLprocessbashsudo ./examples/bin/Simple-RL
| β Robot Action | Sit | Stance | Control Mode | Command |
|---|---|---|---|---|
| Keyboard Key | Z | X | C | W β πΌ Forward S β π½ Backward A β βοΈ Left Turn D β βΆοΈ Right Turn Q β π Yaw Left E β π Yaw Right |
π 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).Connect to Robot PC
bashssh rbq@192.168.0.10Make the file directory
bashmkdir -p /home/rbq/rbq_ws/rbq_gym/policy/rbq10 mkdir -p /home/rbq/rbq_ws/examples/binReturn to your PC and Copy the binary,policy file to the robot pc
bashscp -r examples/bin/ rbq@192.168.0.10:~/rbq_ws/examples/ scp -r rbq_gym/policy/rbq10/ rbq@192.168.0.10:~/rbq_ws/rbq_gym/policy/Secure shell to the robot pc
bashssh rbq@192.168.0.10
β οΈ Make Sure Auto Start the robot before RUN Simple-RL
- Run the process on robot pcbash
sudo ~/rbq_ws/examples/bin/Simple-RL
| β Robot Action | Sit | Stance | Control Mode | Command |
|---|---|---|---|---|
| Keyboard Key | Z | X | C | W β πΌ Forward S β π½ Backward A β βοΈ Move Left D β βΆοΈ Move Right Q β π Yaw Left E β π Yaw Right |
β οΈ 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.
