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

what is a y-axis in /joint_states/velocity[5] in rqt_plot ?

asked 2018-02-05 12:58:03 -0500

zakizadeh gravatar image

hi . in rqt_plot => /joint_states/position[5]

The x-axis is time in seconds and the y-axis reflects joint position in radians . but what is a y-axis in /joint_states/velocity[5] in rqt_plot ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-02-05 13:33:02 -0500

gvdhoorn gravatar image

From the sensor_msgs/JointState comments:

The state of each joint (revolute or prismatic) is defined by:
   * the position of the joint (rad or m),
   * the velocity of the joint (rad/s or m/s) and 
   * the effort that is applied in the joint (Nm or N).

So rad/s or m/s, depending on whether the joint is a revolute or linear joint.

Note that this is what the message semantics are specced to be. If a node abuses the message and puts ticks/foot in there, that will work, but will obviously violate semantics.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-02-05 12:58:03 -0500

Seen: 307 times

Last updated: Feb 05 '18