Skip to main content

Teleop panel

Teleoperate your robot by publishing geometry_msgs/Twist or geometry_msgs/msg/Twist messages on a given topic.

teleop panel

The directional pad includes up, down, left, and right buttons for movement, as well as a center stop button for sending a stop command. Each button's field and value are configurable in the panel settings.

To use the Teleop panel, connect to a data source that supports publishing. For more information, check out the supported data sources.

Settings

General
Publish rateRate (Hz) at which to publish messages (default: 1)
TopicTopic on which to publish messages
Stop on releaseWhen enabled, automatically sends the stop button's configured message when any directional button is released
Up buttonField (linear or angular x, y, or z) and value to publish when pressing the up button
Down buttonField (linear or angular x, y, or z) and value to publish when pressing the down button
Left buttonField (linear or angular x, y, or z) and value to publish when pressing the left button
Right buttonField (linear or angular x, y, or z) and value to publish when pressing the right button
Stop buttonField (linear or angular x, y, or z) and value to publish when pressing the center stop button

Supported messages

This panel publishes messages conforming to one of the following schemas.

Twist

frameworkschema
ROS 1geometry_msgs/Twist
ROS 2geometry_msgs/msg/Twist