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

meaning of the value of the ros_control joint control command

asked 2019-05-21 08:51:45 -0500

anonymous user

Anonymous

updated 2019-05-21 13:11:47 -0500

jayess gravatar image

I just browsed this tutorial and successfully controlled the joints of the robot model in gazebo. However, I don't understand the meaning of the value in the command.

rostopic pub -1 /rrbot/joint1_position_controller/command std_msgs/Float64 "data: 1.5"

As the above command, what does the 1.5 stand for?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-05-21 10:43:36 -0500

The inputs to ros controllers are always in SI units, so a joint position controller will accept either radians if it's a revolute joint or meters if it's a linear joint. In order to work out which is it you'll need to look at the URDF file of the robot model to find out what type of joint is being controlled.

Hope this helps.

edit flag offensive delete link more

Comments

1
jayess gravatar image jayess  ( 2019-05-21 13:13:49 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-05-21 08:51:45 -0500

Seen: 458 times

Last updated: May 21 '19