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

Does anyone know how do the link between Rviz of ROS and the physical robot model ?

asked 2014-08-03 22:44:25 -0500

a_le_ban gravatar image

hi all,

I would like to do the link between rviz and my phisical robot, when my robotic arm move, i would like the same think into rviz ?

thank you for your help!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-08-04 02:12:46 -0500

ahendrix gravatar image
  • This is usually done by creating a URDF (robot kinematic model) which defines the kinematics and joints of your robot, and loading it into the robot_description parameter.
  • Your hardware driver then publishes the joint_states topic with the name and position of each joint mentioned in the URDF.
  • The robot_state_publisher node reads this joint_states topic and the URDF, and publishes the transform tree (TF) in full 3D for your robot.
  • You can then visualize this in Rviz with the Robot Model display.

The Using URDF with robot_state_publisher Tutorial gives a more in-depth walkthrough of all of the steps in this process.

edit flag offensive delete link more

Comments

thank you for your help!

a_le_ban gravatar image a_le_ban  ( 2014-08-04 02:20:42 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-08-03 22:44:25 -0500

Seen: 339 times

Last updated: Aug 04 '14