robot_state_publisher with SDF Files
Hi all,
I just want to ask about the support of robot_state_publisher with SDF Files, can we use it to broadcast the state of the robot to the TF Transform Library using SDF Files (not URDF Files).
One related link: http://answers.ros.org/question/61097... but it is couple of years old and I was wondering whether there has been any change.
Thanks. Naman
Im really interested in this as well, as i would like to visualize the robot in rviz, but my gazebo model requires closed loop joints, so i need to use a SDF description for gazebo. I dont think your can pass both a URDF and SDF into the robot_description parameter.. not sure if im correct though.
The issue is with robot_state_publisher to convert Joint States to TF Transforms which is only compatible with URDF files. There is no direct way to do this using SDF files. One option can be to add SDF support to get the TF transforms which can be challenging OR just maintain 2 copies(SDF and URDF)
I am facing the similar issue, has anyone solved this problem. If yes, kindly share the details. If not, can you explain a little bit how we can make use of URDF and SDF at the same time?