Skip to content

๐Ÿš€ Simple-motion โ€‹

๐Ÿ› ๏ธ Build the Simple-motion 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-motion process

    bash
    sudo ./examples/bin/Simple-motion
    โœ… Robot ActionSitStance
    โŒจ๏ธ Keyboard keyxz

๐Ÿš€ 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-motion 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-motion
    โœ… Robot ActionSitStance
    โŒจ๏ธ Keyboard keyxz

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