ros / xacro

Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions.

Home Page:http://www.ros.org/wiki/xacro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `lazy_eval` a property in the global symbol table

rhaschke opened this issue · comments

Since #284, we can disable lazy (property) evaluation for individual property definitions. Initializing the default of the lazy_eval attribute from the global symbol table will allow users to disable lazy evaluation more globally, thus providing more convenience.