ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi eric1221bday,
The design document you're referring to is actually a format, and the implementation is not limited to just those tags. We started by writing the "parsing functions" of the tags that were available in roslaunch XML, but new ones can be easily added.
Here is Node's parsing function as an example.
The following actions will need a parsing function to get the functionality you're asking for:
I'm not currently planning to add it, contributions are welcomed. Also, you can ping me if you have any question.
Best, Regards