There was an error while loading. Please reload this page.
These steps are for the robot on-board computer (raspberry-pi, jetson)
cd ~/catkin_ws/src git clone https://github.com/HTB-HoverTableBot/hover-table-bot.git git clone -b htb-devel https://github.com/HTB-HoverTableBot/hoverboard-driver.git
Be aware that we are using htb-devel branch since it includes mechanical configurations for HTB (wheel distance and diameter).
htb-devel
cd ~/catkin_ws catkin build htb_description catkin build htb_gazebo catkin build htb_base catkin build hoverboard_driver source devel/setup.bash
roslaunch htb_base htb_base.launch
Now you can start moving the robot running in a new terminal:
rosrun teleop_twist_keyboard teleop_twist_keyboard.py