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

Using robot_state_publisher with a .sdf file

asked 2013-04-18 12:30:57 -0500

pyrobat gravatar image

updated 2014-01-28 17:16:16 -0500

ngrennan gravatar image

Looking at the documentation of robot_state_publisher, it appears that the package is really only compatible with the .urdf format. Could it work with .sdf?

If not, what would be the recommended way to create the /tf data from an .sdf model loaded in Gazebo?

My initial thoughts are to grab data from the /gazebo/link_states topic and work it into the tf format ala something like the Writing a tf broadcaster (C++) tutorial. Running this on Ubuntu 12.04 with ROS Groovy. I appreciate any insights.

edit retag flag offensive close merge delete

Comments

1

This is a newer post with the same issue: http://answers.ros.org/question/20480...

alf gravatar image alf  ( 2016-01-14 04:15:50 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-05-09 08:25:59 -0500

I think the best solution for this problem would to add SDF support to kdl_parser. Slightly more challenging would be to add SDF support to rviz display plugin to visualize the robot.

An easier solution right now would be to maintain 2 copies of your robot (SDF and URDF), or use Gazebo's URDF parser (which lags a bit behind the SDF).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-04-18 12:30:57 -0500

Seen: 1,544 times

Last updated: May 09 '13