Skip to content

Commit 3678343

Browse files
ahcordeSaigirish23
authored andcommitted
31.0.1
Signed-off-by: Saigirish23 <185754693+Saigirish23@users.noreply.github.com>
1 parent 06c8a1e commit 3678343

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

rclcpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

rclcpp_action/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

rclcpp_components/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

rclcpp_lifecycle/include/rclcpp_lifecycle/node_interfaces/lifecycle_node_interface.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ class LifecycleNodeInterface
5353
LifecycleNodeInterface() {}
5454

5555
public:
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

rclcpp_lifecycle/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)