ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The PR2 meshes are likely defined with their origins at the various link origins. When the URDF gets converted to a collada file, it's likely that the conversion tool does not account for kinematic positioning in the URDF, and instead just converts the individual mesh files. This would result in a cluster of meshes all centered at the origin.
I don't have any suggestions for an "easy" conversion, but here's what I would do:
tf_echo
to get the transform from the base link to each individual link you have exportedtf_echo
Like I said, this would likely be annoying and manual, but would probably work.