Balance Bot SITL/MAVProxy Tutorial

If you are new to using SITL, please follow these instructions to setup SITL. For executing SITL balance bot, navigate to the ardupilot/Rover directory on terminal and execute the command:

sim_vehicle.py -f balancebot --console --map

The vehicle should start in Manual Mode. You can now move it around using the mavproxy’s rc override commands. rc3 is throttle and rc1 is yaw.

If you are not familiar with using mavproxy commands, please refer to the MAVProxy documentation or this quick guide.