- updating quality declaration links (re: ros2/docs.ros2.org#52) (#1615)
- Contributors: shonigmann
- Use std compliant non-method std::filesystem::exists function (#1502)
- Fix string literal warnings (#1442)
- Contributors: Audrow Nash, Josh Langsfeld
- Update QDs to QL 1 (#1477)
- Add benchmarks for components (#1476)
- Contributors: Scott K Logan, Stephen Brawner
- Bump rclcpp packages to Quality Level 2 (#1445)
- Contributors: Louise Poubel
- Update maintainers (#1384)
- ComponentManager: switch off parameter services and event publisher (#1333)
- Contributors: Ivan Santiago Paunovic, Martijn Buijs
- Bump to QD to level 3 and fixed links (#1158)
- Include original exception in ComponentManagerException (#1157)
- Contributors: Alejandro Hernández Cordero, Martijn Buijs, Tomoya Fujita
- Added missing virtual destructors. (#1149)
- Add Security Vulnerability Policy pointing to REP-2006. (#1130)
- Contributors: Chris Lalancette, Ivan Santiago Paunovic
- Improve documentation (#1106)
- Fixed rep links and added more details to dependencies in quality declaration (#1116)
- Added dockblock to ComponentManager class (#1102)
- Update quality declaration to reflect version 1.0 (#1115)
- Contributors: Alejandro Hernández Cordero, Stephen Brawner
- Increasing test coverage of rclcpp_components (#1044) * Increasing test coverage of rclcpp_components Signed-off-by: Stephen Brawner <brawner@gmail.com> * PR fixup Signed-off-by: Stephen Brawner <brawner@gmail.com> * Fixup Signed-off-by: Stephen Brawner <brawner@gmail.com> * Removing throws test for now Signed-off-by: Stephen Brawner <brawner@gmail.com>
- Contributors: brawner
- Added Quality declaration: rclcpp, rclpp_action, rclcpp_components andrclcpp_lifecycle (#1100)
- Contributors: Alejandro Hernández Cordero
- Added rclcpp_components Doxyfile (#1091)
- Deprecate redundant namespaces (#1083)
- Export targets in addition to include directories / libraries (#1088)
- Export component manager (#1070)
- Install the component_manager library (#1068)
- Make Component Manager public (#1065)
- Remove absolute path from installed CMake code (#948)
- Fix function docblock, check for unparsed arguments (#945)
- Contributors: Alejandro Hernández Cordero, DensoADAS, Dirk Thomas, Jacob Perron, Karsten Knese, Michael Carroll, William Woodall
- Enable intra-process comm via LoadNode request. (#871)
- Aggregate all component manager API tests. (#876)
- Contributors: Michel Hidalgo
- Force explicit --ros-args in NodeOptions::arguments(). (#845)
- Use of -r/--remap flags where appropriate. (#834)
- Add line break after first open paren in multiline function call (#785)
- fix linter issue (#795)
- Remove non-package from ament_target_dependencies() (#793)
- fix for multiple nodes not being recognized (#790)
- Cmake infrastructure for creating components (#784)
- Contributors: Dan Rose, Michel Hidalgo, Shane Loretz, Siddharth Kucheria
- Rename parameter options (#745)
- don't use global arguments for components loaded into the manager (#736)
- Contributors: Dirk Thomas, William Woodall
- Updated to support changes to
Node::get_node_names(). (#698) - Contributors: jhdcs
- Introduce rclcpp_components to implement composition (#665)
- Contributors: Michael Carroll