Dear community,
I'm having trouble with URDFs that used to work since Hydro.
If they contain a collada (.dae) mesh which has with non meter units (e.g. centimeter):
--- collada_unit_meter.dae 2015-02-16 11:14:28.128423513 +0100
+++ collada_unit_centimeter.dae 2015-02-16 11:16:06.542388857 +0100
@@ -7,7 +7,7 @@
2015-02-16T11:14:28 2015-02-16T11:14:28
-
+ Z_UP
@@ -97,4 +97,4 @@
-
\ No newline at end of file
+
no mesh at all is displayed in rviz RobotModel.
It seems the mesh is also ignored for MoveIt! collision checking.
Test files can be created by simply exporting the default cube as .dae in Blender. Once without modification and once with modified . These files can also be found here:
https://gist.github.com/andreasBihlmaier/576b5bc3837c568a6730
Can anybody confirm this issue?
Regards,
ahb
**Addition**: The same meshes (with unit != meter) worked fine and *continue to work fine* with gazebo. Actually, I convert the .sdf to .urdf using pysdf.
↧