|
2 | 2 | Changelog for package launch_ros |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Fix docblock in LoadComposableNodes (`#207 <https://github.com/ros2/launch_ros/issues/207>`_) |
| 8 | +* Validate complex attributes of 'node' action (`#198 <https://github.com/ros2/launch_ros/issues/198>`_) |
| 9 | +* Node.__init_\_() executable and ComposableNode.__init_\_() plugin arguments aren't optional (`#197 <https://github.com/ros2/launch_ros/issues/197>`_) |
| 10 | +* Remove constructors arguments deprecated since Foxy (`#190 <https://github.com/ros2/launch_ros/issues/190>`_) |
| 11 | +* Make name and namespace mandatory in ComposableNodeContainer, remove deprecated alternatives (`#189 <https://github.com/ros2/launch_ros/issues/189>`_) |
| 12 | +* Merge pull request `#183 <https://github.com/ros2/launch_ros/issues/183>`_ from ros2/update-maintainers |
| 13 | + Update the package.xml files with the latest Open Robotics maintainers |
| 14 | +* Move previous maintainer to <author> |
| 15 | +* Update the package.xml files with the latest Open Robotics maintainers |
| 16 | +* Fix AttributeError when accessing component container name (`#177 <https://github.com/ros2/launch_ros/issues/177>`_) |
| 17 | +* Handle any substitution types for SetParameter name argument (`#182 <https://github.com/ros2/launch_ros/issues/182>`_) |
| 18 | +* Asynchronously wait for load node service response (`#174 <https://github.com/ros2/launch_ros/issues/174>`_) |
| 19 | +* Fix case where list of composable nodes is zero (`#173 <https://github.com/ros2/launch_ros/issues/173>`_) |
| 20 | +* Do not use event handler for loading composable nodes (`#170 <https://github.com/ros2/launch_ros/issues/170>`_) |
| 21 | +* Fix race with launch context changes when loading composable nodes (`#166 <https://github.com/ros2/launch_ros/issues/166>`_) |
| 22 | +* Substitutions in parameter files (`#168 <https://github.com/ros2/launch_ros/issues/168>`_) |
| 23 | +* Fix documentation typo (`#167 <https://github.com/ros2/launch_ros/issues/167>`_) |
| 24 | +* Fix problems when parsing a `Command` `Substitution` as a parameter value (`#137 <https://github.com/ros2/launch_ros/issues/137>`_) |
| 25 | +* Add a way to set remapping rules for all nodes in the same scope (`#163 <https://github.com/ros2/launch_ros/issues/163>`_) |
| 26 | +* Resolve libyaml warning when loading parameters from file (`#161 <https://github.com/ros2/launch_ros/issues/161>`_) |
| 27 | +* Fix ComposableNode ignoring PushRosNamespace actions (`#162 <https://github.com/ros2/launch_ros/issues/162>`_) |
| 28 | +* Add a SetParameter action that sets a parameter to all nodes in the same scope (`#158 <https://github.com/ros2/launch_ros/issues/158>`_) |
| 29 | +* Make namespace parameter mandatory in LifecycleNode constructor (`#157 <https://github.com/ros2/launch_ros/issues/157>`_) |
| 30 | +* Avoid using a wildcard to specify parameters if possible (`#154 <https://github.com/ros2/launch_ros/issues/154>`_) |
| 31 | +* Fix no specified namespace (`#153 <https://github.com/ros2/launch_ros/issues/153>`_) |
| 32 | +* Add pytest.ini so local tests don't display warning (`#152 <https://github.com/ros2/launch_ros/issues/152>`_) |
| 33 | +* Contributors: Chris Lalancette, Dereck Wonnacott, Ivan Santiago Paunovic, Jacob Perron, Michael Jeronimo |
| 34 | + |
5 | 35 | 0.10.2 (2020-05-26) |
6 | 36 | ------------------- |
7 | 37 |
|
|
0 commit comments