paulmis / beepboop3000

SLAM-based, autonomous vehicle prototype. The RBG camera & lidar-based bb3 will automatically execute tasks in warehouse-like environments.
MIT License
0 stars 0 forks source link

Remote joystick control #8

Closed paulmis closed 2 years ago

paulmis commented 3 years ago

Add the ability to control the robot with a joystick using ros2's teleop_twist_joy. It works similarly to teleop_twist_keyboard, except that data received from the joystick needs to be interpreted before being translated to a Twist message.