Universal teleoperation GUI for robots based on ROS 2.
- Keyboard teleoperation
- Publish
geometry_msgs/msg/TwistStamped - Drive
linear.x,linear.y, andangular.z - Commands automatically zero-out when keys are not being pressed
- Pressing multiple keys at the same time works properly
- Current command is continuously published at 20 Hz
- Select available
TwistStampedtopics from the ROS graph or enter a topic manually
ros2 run rqt_teleop rqt_teleopOr open Plugins -> Topics -> Teleop in rqt.
-
W/S:+/- linear.x -
A/D:+/- linear.y -
Q/E:+/- angular.z -
R/F:+/- linear.xspeed -
T/G:+/- linear.yspeed -
Y/H:+/- angular.zspeed -
U/J:+/- linear.xstep -
I/K:+/- linear.ystep -
O/L:+/- angular.zstep -
Commands automatically zero-out when keys are not being pressed
-
Pressing multiple keys at the same time works properly
