File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
include/rclcpp_lifecycle/node_interfaces Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 2" >
44 <name >rclcpp</name >
5- <version >31.0.0 </version >
5+ <version >31.0.1 </version >
66 <description >The ROS client library in C++.</description >
77
88 <maintainer email =" ivanpauno@ekumenlabs.com" >Ivan Paunovic</maintainer >
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 2" >
44 <name >rclcpp_action</name >
5- <version >31.0.0 </version >
5+ <version >31.0.1 </version >
66 <description >Adds action APIs for C++.</description >
77
88 <maintainer email =" ivanpauno@ekumenlabs.com" >Ivan Paunovic</maintainer >
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 2" >
44 <name >rclcpp_components</name >
5- <version >31.0.0 </version >
5+ <version >31.0.1 </version >
66 <description >Package containing tools for dynamically loadable components</description >
77
88 <maintainer email =" ivanpauno@ekumenlabs.com" >Ivan Paunovic</maintainer >
Original file line number Diff line number Diff line change @@ -53,13 +53,15 @@ class LifecycleNodeInterface
5353 LifecycleNodeInterface () {}
5454
5555public:
56+ // / Return values for lifecycle transition callbacks.
57+ // /
58+ // / See lifecycle_msgs/msg/Transition.msg for detailed semantics.
5659 enum class CallbackReturn : uint8_t
5760 {
5861 SUCCESS = lifecycle_msgs::msg::Transition::TRANSITION_CALLBACK_SUCCESS,
5962 FAILURE = lifecycle_msgs::msg::Transition::TRANSITION_CALLBACK_FAILURE,
6063 ERROR = lifecycle_msgs::msg::Transition::TRANSITION_CALLBACK_ERROR
6164 };
62-
6365 // / Callback function for configure transition
6466 /*
6567 * \return SUCCESS by default
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 2" >
44 <name >rclcpp_lifecycle</name >
5- <version >31.0.0 </version >
5+ <version >31.0.1 </version >
66 <description >Package containing a prototype for lifecycle implementation</description >
77
88 <maintainer email =" ivanpauno@ekumenlabs.com" >Ivan Paunovic</maintainer >
You can’t perform that action at this time.
0 commit comments