^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Changelog for package rclcpp_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 0.6.0 ----------- * 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`` and ``std::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