gkjohnson / xacro-parser

Utility for parsing and converting ROS Xacro files in Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide rules for how to load xacro from older versions of ros

gkjohnson opened this issue · comments

Some features are Jade / Indigo / Melodic(?) only.

<= Indigo

            "inOrder": false,
            "requirePrefix": false,
            "localProperties": false

>= Jade

            "inOrder": true,
            "requirePrefix": true,
            "localProperties": true

With 2002bc4 the above settings are now documented in the README