2014-06-06 03:47:02 -0500 | commented answer | <sensor> elements in .urdf disappearing when converting to .sdf it is a bug in sdformat which I reported some time ago, still not fixed. https://bitbucket.org/osrf/sdformat/issue/38/force_torque-sensors-not-handled-by |
2013-11-15 09:47:50 -0500 | received badge | ● Famous Question (source) |
2013-10-17 07:37:49 -0500 | received badge | ● Notable Question (source) |
2013-10-15 02:39:48 -0500 | received badge | ● Popular Question (source) |
2013-10-14 12:04:00 -0500 | commented answer | <sensor> elements in .urdf disappearing when converting to .sdf yes, the .gazebo is included in the .xacro file (coman.gazebo is included by comanrobot.urdf.xacro: <include filename="$(find comanurdf)/urdf/coman.gazebo" />) |
2013-10-14 02:32:56 -0500 | received badge | ● Editor (source) |
2013-10-14 02:31:32 -0500 | received badge | ● Organizer (source) |
2013-10-13 13:05:03 -0500 | asked a question | <sensor> elements in .urdf disappearing when converting to .sdf Hello everyone,
I am working on the URDF description of the IIT COMAN robot, and I'm having some difficulties in inserting the gazebo force_torque sensor in my robot description.
Inserting the In the .gazebo file In the .gazebo, after including the right xmlns:sensor in the <robot> element </gazebo> In the .urdf </joint> Obviously doing the same thing in the .sdf file works correctly (as shown in the |