gkjohnson / xacro-parser

Utility for parsing and converting ROS Xacro files in Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate out expression evaluation logic

gkjohnson opened this issue · comments

Specifically the "evaluateAttributes" function And write tests for it to make sure it will only evaluate "safe" code.

Related to #4, #15