ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
2 | No.2 Revision |
It's not well documented as I believe it's not really intended to be reused outside of roslaunch
, but you do this by essentially calling substitution_args.py::resolve_args(..)
(here).
An example can be seen in xacro
here.