gkjohnson / xacro-parser

Utility for parsing and converting ROS Xacro files in Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS MSL model does not process correctly

gkjohnson opened this issue · comments

Model from this repository does not load properly. Specifically this xacro root.

It's likely that the model is from a version later than ROS indigo. This issue could be in URDFLoader or in the Xacro Parser. First step is processing the xacro files to URDF using the original ROS xacro converter to see what the result is. Use the official, non modified version xacro converter if the URDF model still doesn't work correctly.

image

Processing the file with the xacro package yields a correct result (ignoring the ambient lights):

image

The issue must be in the dependent app -- the model loads fine after running it directly with the repo files.