ros2 / design

Design documentation for ROS 2.0 effort
http://design.ros2.org/
Apache License 2.0
215 stars 194 forks source link

Update launch XML schema to rename <node> attribute ns to namespace and add ros_args #318

Closed christophebedard closed 3 years ago

christophebedard commented 3 years ago

Closes #317

This renames the <node> ns attribute to namespace (#317). This also adds a new ros_args attribute, see https://github.com/ros2/launch_ros/pull/253.

Signed-off-by: Christophe Bedard bedard.christophe@gmail.com