xacro-parser icon indicating copy to clipboard operation
xacro-parser copied to clipboard

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

Open gkjohnson opened this issue 3 years ago • 0 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

gkjohnson avatar Apr 23 '21 20:04 gkjohnson