ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

use "$rostopic echo /turtle1"

you must use "$rostopic echo /turtle1"it in this form

rqt_plot /topic1/field1

To graph multiple fields of a message:

rqt_plot /topic1/field1:field2:field3

To graph the data all on the same plot:

$ rqt_plot /topic1/field1,/topic2/field2