CHANGELOG
Changelog for package rclcpp_lifecycle
28.1.5 (2024-09-19)
28.1.4 (2024-09-06)
28.1.3 (2024-06-27)
Revert “call shutdown in LifecycleNode dtor to avoid leaving the device in unknown state (2nd) (backport #2528) (#2542)” (#2558)
call shutdown in LifecycleNode dtor to avoid leaving the device in unknown state (2nd) (backport #2528) (#2542) Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
rclcpp::shutdown should not be called before LifecycleNode dtor. (#2527) (#2540) Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Contributors: Tomoya Fujita, mergify[bot]
28.1.2 (2024-05-13)
Revert “call shutdown in LifecycleNode dtor to avoid leaving the device in un… (#2450)” (#2522) (#2524) This reverts commit 04ea0bb00293387791522590b7347a2282cda290. (cherry picked from commit 42b0b5775b4e68718c5949308c9e1a059930ded7) Co-authored-by: Chris Lalancette <clalancette@gmail.com>
Contributors: mergify[bot]
28.1.1 (2024-04-24)
28.1.0 (2024-04-16)
Remove references to index.ros.org. (#2504)
Contributors: Chris Lalancette
28.0.1 (2024-04-16)
call shutdown in LifecycleNode dtor to avoid leaving the device in un… (#2450) * call shutdown in LifecycleNode dtor to avoid leaving the device in unknown state. * add test to verify LifecycleNode::shutdown is called on destructor. ———
Contributors: Tomoya Fujita
28.0.0 (2024-03-28)
Update quality declaration documents (#2427)
Contributors: Christophe Bedard
27.0.0 (2024-02-07)
26.0.0 (2024-01-24)
Increase timeout for rclcpp_lifecycle to 360 (#2395)
Contributors: Jorge Perez
25.0.0 (2023-12-26)
24.0.0 (2023-11-06)
Fix rclcpp_lifecycle inclusion on Windows. (#2331)
Contributors: Chris Lalancette
23.2.0 (2023-10-09)
add clients & services count (#2072)
Contributors: Minju, Lee
23.1.0 (2023-10-04)
23.0.0 (2023-09-08)
Update API docs links in package READMEs (#2302)
Contributors: Christophe Bedard
22.2.0 (2023-09-07)
add logger level service to lifecycle node. (#2277)
Contributors: Tomoya Fujita
22.1.0 (2023-08-21)
Stop using constref signature of benchmark DoNotOptimize. (#2238)
Contributors: Chris Lalancette
22.0.0 (2023-07-11)
21.3.0 (2023-06-12)
21.2.0 (2023-06-07)
21.1.1 (2023-05-11)
21.1.0 (2023-04-27)
21.0.0 (2023-04-18)
20.0.0 (2023-04-13)
19.3.0 (2023-03-01)
19.2.0 (2023-02-24)
19.1.0 (2023-02-14)
19.0.0 (2023-01-30)
18.0.0 (2022-12-29)
17.1.0 (2022-11-02)
17.0.0 (2022-09-13)
Revert “Revert “Add a create_timer method to Node and LifecycleNode classes (#1975)” (#2009) (#2010)
Revert “Add a create_timer method to Node and LifecycleNode classes (#1975)” (#2009)
Add a create_timer method to Node and LifecycleNode classes (#1975)
Support pre-set and post-set parameter callbacks in addition to on-set-parameter-callback. (#1947)
Make create_service accept rclcpp::QoS (#1969)
Make create_client accept rclcpp::QoS (#1964)
Contributors: Andrew Symington, Deepanshu Bansal, Ivan Santiago Paunovic, Shane Loretz
16.2.0 (2022-05-03)
16.1.0 (2022-04-29)
16.0.1 (2022-04-13)
16.0.0 (2022-04-08)
remove things that were deprecated during galactic (#1913)
Contributors: William Woodall
15.4.0 (2022-04-05)
15.3.0 (2022-03-30)
15.2.0 (2022-03-24)
Fix rosdoc2 issues (#1897)
Contributors: Chris Lalancette
15.1.0 (2022-03-01)
15.0.0 (2022-01-14)
Automatically transition lifecycle entities when node transitions (#1863)
Contributors: Ivan Santiago Paunovic
14.1.0 (2022-01-05)
14.0.0 (2021-12-17)
13.1.0 (2021-10-18)
13.0.0 (2021-08-23)
Update client API to be able to remove pending requests. (#1734)
Change log level for lifecycle_publisher. (#1715)
Fix: RCLCPP_PUBLIC -> RCLCPP_LIFECYCLE_PUBLIC (#1732)
Use rcpputils/scope_exit.hpp and remove rclcpp/scope_exit.hpp (#1727)
Contributors: Alberto Soragna, Christophe Bedard, Ivan Santiago Paunovic, Shane Loretz
12.0.0 (2021-07-26)
Remove unsafe get_callback_groups API. Callers should change to using for_each_callback_group(), or store the callback groups they need internally.
Add in callback_groups_for_each. The main reason to add this method in is to make accesses to the callback_groups_ vector thread-safe. By having a callback_groups_for_each that accepts a std::function, we can just have the callers give us the callback they are interested in, and we can take care of the locking. The rest of this fairly large PR is cleaning up all of the places that use get_callback_groups() to instead use callback_groups_for_each().
Contributors: Chris Lalancette
11.2.0 (2021-07-21)
11.1.0 (2021-07-13)
11.0.0 (2021-05-18)
Fix destruction order in lifecycle benchmark (#1675)
Contributors: Scott K Logan
10.0.0 (2021-05-11)
[rclcpp] Type Adaptation feature (#1557)
Contributors: Audrow Nash, William Woodall
9.0.2 (2021-04-14)
9.0.1 (2021-04-12)
9.0.0 (2021-04-06)
Add generic publisher and generic subscription for serialized messages (#1452)
updating quality declaration links (re: ros2/docs.ros2.org#52) (#1615)
Contributors: Nikolai Morin, shonigmann
8.2.0 (2021-03-31)
8.1.0 (2021-03-25)
8.0.0 (2021-03-23)
make rcl_lifecyle_com_interface optional in lifecycle nodes (#1507)
Contributors: Karsten Knese
7.0.1 (2021-03-22)
7.0.0 (2021-03-18)
6.3.1 (2021-02-08)
6.3.0 (2021-01-25)
6.2.0 (2021-01-08)
6.1.0 (2020-12-10)
6.0.0 (2020-11-18)
5.1.0 (2020-11-02)
5.0.0 (2020-09-18)
Increase test coverage of rclcpp_lifecycle to 96% (#1298)
Log error instead of throwing exception in Transition and State reset(), mark no except (#1297)
Remove unused private function (rclcpp::Node and rclcpp_lifecycle::Node) (#1294)
Remove rmw-dependent unit-test checks (#1293)
Added missing tests for rclcpp lifecycle (#1240)
Warn about unused result of add_on_set_parameters_callback (#1238)
Contributors: Alejandro Hernández Cordero, Jacob Perron, Stephen Brawner
4.0.0 (2020-07-09)
3.0.0 (2020-06-18)
Fix doxygen warnings (#1163)
Contributors: Alejandro Hernández Cordero
2.0.0 (2020-06-01)
1.1.0 (2020-05-26)
Deprecate set_on_parameters_set_callback (#1123)
Add missing parameter callback functions to lifecycle node (#1134)
Expose get_service_names_and_types_by_node from rcl in rclcpp (#1131)
Improve documentation (#1106)
Fixed rep links and added more details to dependencies in quality declaration (#1116)
Update quality declaration to reflect version 1.0 (#1115)
Contributors: Alejandro Hernández Cordero, Claire Wang, Dirk Thomas, Stephen Brawner
1.0.0 (2020-05-12)
Avoid callback_group deprecation (#1108)
Contributors: Karsten Knese
0.9.1 (2020-05-08)
0.9.0 (2020-04-29)
Export targets in addition to include directories / libraries (#1096)
Deprecate redundant namespaces (#1083)
Integrate topic statistics (#1072)
Reflect changes in rclcpp API (#1079)
Fix unknown macro errors reported by cppcheck 1.90 (#1000)
Rremoved rmw_implementation from package.xml (#991)
Implement functions to get publisher and subcription informations like QoS policies from topic name (#960)
Create node clock calls const (#922)
Type conversions fixes (#901)
Contributors: Alejandro Hernández Cordero, Barry Xu, Devin Bonnie, Dirk Thomas, Jacob Perron, Monika Idzik, Prajakta Gokhale, Steven Macenski, William Woodall
0.8.3 (2019-11-19)
0.8.2 (2019-11-18)
0.8.1 (2019-10-23)
New Intra-Process Communication (#778)
Contributors: Alberto Soragna
0.8.0 (2019-09-26)
clean up publisher and subscription creation logic (#867)
reset error message before setting a new one, embed the original one (#854)
remove features and related code which were deprecated in dashing (#852)
Fix typo in deprecated warning. (#848)
Add line break after first open paren in multiline function call (#785)
Fixe error messages not printing to terminal (#777)
Add default value to options in LifecycleNode construnctor. Update API documentation. (#775)
Contributors: Dan Rose, Dirk Thomas, Esteve Fernandez, Luca Della Vedova, William Woodall, Yathartha Tuladhar
0.7.5 (2019-05-30)
0.7.4 (2019-05-29)
Rename parameter options (#745)
Contributors: William Woodall
0.7.3 (2019-05-20)
Added missing template functionality to lifecycle_node. (#707)
Contributors: Michael Jeronimo
0.7.2 (2019-05-08)
Added new way to specify QoS settings for publishers and subscriptions. (#713)
Deprecated
shared_ptr
and raw pointer versions ofPublisher<T>::publish()
. (#709)Implemented API to set callbacks for liveliness and deadline QoS events for publishers and subscriptions. (#695)
Changed the
IntraProcessManager
to be capable of storingshared_ptr<const T>
in addition tounique_ptr<T>
. (#690)Contributors: M. M, William Woodall, ivanpauno
0.7.1 (2019-04-26)
Added read only parameters. (#495)
Contributors: Shane Loretz, William Woodall
0.7.0 (2019-04-14)
Fixed linter errors in rclcpp_lifecycle. (#672)
Added parameter-related templates to LifecycleNode. (#645)
Fixed use_sim_time issue on LifeCycleNode. (#651)
Updated to use ament_target_dependencies where possible. (#659)
Fixed hard-coded duration type representation so int64_t isn’t assumed. (#648)
Added a method to the LifecycleNode class to get the logging interface. (#652)
Replaced node constructor arguments with NodeOptions. (#622)
Removed dependency on rclpy. (#626)
Contributors: Emerson Knapp, Karsten Knese, Michael Carroll, Michael Jeronimo, Vinnam Kim, William Woodall, ivanpauno, rarvolt
0.6.2 (2018-12-13)
0.6.1 (2018-12-07)
0.6.0 (2018-11-19)
Updated to use new error handling API from rcutils (#577)
Deleted TRANSITION_SHUTDOWN (#576)
Added a warning when publishing if publisher is not active (#574)
Added SMART_PTRS_DEF to LifecyclePublisher (#569)
Added service for transition graph (#555)
Added semicolons to all RCLCPP and RCUTILS macros. (#565)
Fixed and improved documentation (#546)
Removed unneeded dependency on std_msgs (#513)
Removed use of uninitialized CMake var (#511)
Added get_node_names API from node. (#508)
Fixed rosidl dependencies (#507)
Contributors: Chris Lalancette, Dirk Thomas, Francisco Martín Rico, Karsten Knese, Mikael Arguedas, Sriram Raghunathan, William Woodall, cho3
0.5.0 (2018-06-25)
Added functions that allow you to publish serialized messages and received serialized messages in your subscription callback. (#388)
Added ability to initialize parameter values in a node with an argument to the Node constructor. (#486)
Nodes now autostart the ROS parameter services which let you get, set, and list parameters in a node. (#478)
Fixed a bug that occurred when mixing
std::shared_ptr
andstd::bind
. (#470)Added ability to pass command line arguments to the Node constructor. (#461)
Changed library export order for static linking. (#446)
Now depends on
ament_cmake_ros
. (#444)Updaed code to use logging macros rather than
fprintf()
. (#439)Contributors: Dirk Thomas, Guillaume Autran, Karsten Knese, Michael Carroll, Mikael Arguedas, Shane Loretz, dhood