gkjohnson / xacro-parser

Utility for parsing and converting ROS Xacro files in Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expressions: Simplify expression parsing, pass variables into "expr-eval"

gkjohnson opened this issue · comments

Expr-eval's parse function supports taking variables. Instead of replacing variables ahead of time we should pass the table of variables into the parse function.

Related to #57, #49