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

Camera position defined in URDF vs broadcast a TF

asked 2019-02-21 19:12:37 -0500

ytosclee gravatar image

Hi, I have a depth camera mounted on a robot and I define its position in the URDF. It works fine in RVIZ. But when RVIZ is not running, I am wondering if the system still knows depth camera position or not. Do I need to broadcast a TF to show the camera position? If yes, will it conflict with the URDF when RVIZ is running? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-02-21 20:35:44 -0500

janindu gravatar image

"robot_state_publisher uses the URDF specified by the parameter robot_description and the joint positions from the topic joint_states to calculate the forward kinematics of the robot and publish the results via tf."

Essentially, if you can already see the robot model in RVIZ, your robot_description parameter should be set to the correct URDF. So all you need to do is launch the robot_state_publisher. In ROS tutorials, this scenario is explained here.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-02-21 19:12:37 -0500

Seen: 461 times

Last updated: Feb 21 '19