I know you can nest xacro macros, but is it also possible to nest properties in xacro?
I'm trying something like this
`test.xacro` contains
but the output of `rosrun xacro xacro.py test.xacro` gives me:
...
note the not expanded contents of the `bar` property
↧