Skip to content

๐Ÿš€ Simple-command โ€‹

๐Ÿ› ๏ธ Build the Simple-command Code โ€‹

  • Run the following command to build the project:

    bash
    bash scripts/example_build.bash
    • arguments:
      • --helpย : Display help message and exit.
      • --no-cacheย : rebuild.

๐Ÿงช Test โ€‹

  • Run simulator script

    bash
    bash scripts/sim.bash
  • Run Simple-command process

    bash
    sudo ./examples/bin/Simple-command
    โœ… Button ActionSitStanceWalkStairsRunning
    โŒจ๏ธ Keyboard key12345

๐Ÿš€ Deploy and Run in the real Robot โ€‹

  • Connect your PC to the robot's Wi-Fi.

    ๐Ÿ“ Wi-Fi SSID: RBQ_xxxx (replace xxxx with the specific identifier of your robot's Wi-Fi).

  • Copy the binary to the robot pc

    bash
    scp examples/bin/Simple-command rbq@192.168.0.10:~/rbq_ws/examples/bin/.
  • Secure shell to the robot pc

    bash
    ssh rbq@192.168.0.10
  • Run the process on robot pc

    bash
    cd ~/rbq_ws && sudo ./examples/bin/Simple-command
    โœ… Button ActionSitStanceWalkStairsRunning
    โŒจ๏ธ Keyboard key12345

โš ๏ธ 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.

This user manual is intended for RBQ users.