Skip to content

Commit eaf65a7

Browse files
micro-ROS rolling Library auto-update 19-04-2022 06:20 (#950)
Co-authored-by: pablogs9 <[email protected]>
1 parent 8dca14c commit eaf65a7

File tree

29 files changed

+66
-65
lines changed

29 files changed

+66
-65
lines changed

built_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c9007
99
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2fd2c4f04093dcf
1010
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
1111
https://github.com/micro-ROS/micro_ros_utilities 62270ca99edfab516e50ba7c8c761d33dbf31a78
12-
https://github.com/micro-ROS/rcl 8c2818bf6bce86a4b57b38b01db72642ec57cbd0
12+
https://github.com/micro-ROS/rcl 1da7c7ea1d0090d9418703a5d55ea05a2f65d971
1313
https://github.com/micro-ROS/rcutils 342c39ce7cbc3d90ea1d4552ddcbb45ae14bec6d
1414
https://github.com/micro-ROS/rmw-microxrcedds.git 3acf1b6eaaa1650e0be11d0ea2112f9879136004
1515
https://github.com/micro-ROS/rosidl_typesupport.git 0a28c7b07241b2f287c5f6f8090eb6a92cb4519f
@@ -19,7 +19,7 @@ https://github.com/ros2/ament_cmake_ros.git 60572fa1bec50b9e6fbe64e1b23640d21c15
1919
https://github.com/ros2/common_interfaces.git f3cb4848560e91596e7688e8ac1816828fa460cb
2020
https://github.com/ros2/example_interfaces.git f8deb566a1facf91bd38b9f00c4cf684c5007d85
2121
https://github.com/ros2/libyaml_vendor.git 239f695ceaa0820255f3d0fe02ec8c2bd41b8e78
22-
https://github.com/ros2/rcl.git 71baed437d9b50c303f46ffe79ca118ad14e1735
22+
https://github.com/ros2/rcl.git 392f0d3ae6a29d4b88689b954b14f19716e44233
2323
https://github.com/ros2/rcl_interfaces.git 4be87b33fb6aef6ea5ec5a0662c53f923f9fe9be
2424
https://github.com/ros2/rcl_logging.git e9e2c3515cf4099a4369a4da1cea257f99384f49
2525
https://github.com/ros2/rclc b73a773ca725e67898ece0531849d20077967456

src/actionlib_msgs/msg/detail/goal_status__struct.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ enum
4848
/// Constant 'SUCCEEDED'.
4949
/**
5050
* The goal was achieved successfully by the action server
51-
* (Terminal State).
51+
* (Terminal State).
5252
*/
5353
enum
5454
{
@@ -58,7 +58,7 @@ enum
5858
/// Constant 'ABORTED'.
5959
/**
6060
* The goal was aborted during execution by the action server due
61-
* to some failure (Terminal State).
61+
* to some failure (Terminal State).
6262
*/
6363
enum
6464
{
@@ -78,7 +78,7 @@ enum
7878
/// Constant 'PREEMPTING'.
7979
/**
8080
* The goal received a cancel request after it started executing
81-
* and has not yet completed execution.
81+
* and has not yet completed execution.
8282
*/
8383
enum
8484
{
@@ -98,7 +98,7 @@ enum
9898
/// Constant 'RECALLED'.
9999
/**
100100
* The goal received a cancel request before it started executing
101-
* and was successfully cancelled (Terminal State).
101+
* and was successfully cancelled (Terminal State).
102102
*/
103103
enum
104104
{
@@ -108,7 +108,7 @@ enum
108108
/// Constant 'LOST'.
109109
/**
110110
* An action client can determine that a goal is LOST. This should not
111-
* be sent over the wire by an action server.
111+
* be sent over the wire by an action server.
112112
*/
113113
enum
114114
{

src/control_msgs/action/detail/follow_joint_trajectory__struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ typedef struct control_msgs__action__FollowJointTrajectory_Result
124124
/// - INVALID_GOAL: The reason for the invalid goal (e.g., the requested
125125
/// trajectory is in the past).
126126
/// - INVALID_JOINTS: The mismatch between the expected controller joints
127-
/// and those provided in the goal.
127+
/// and those provided in the goal.
128128
/// - PATH_TOLERANCE_VIOLATED and GOAL_TOLERANCE_VIOLATED: Which joint
129129
/// violated which tolerance, and by how much.
130130
rosidl_runtime_c__String error_string;

src/control_msgs/msg/detail/joint_tolerance__struct.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ extern "C"
3030
* abort.
3131
*
3232
* There are two special values for tolerances:
33-
* * 0 - The tolerance is unspecified and will remain at whatever the default is
34-
* * -1 - The tolerance is "erased". If there was a default, the joint will be
35-
* allowed to move without restriction.
33+
* * 0 - The tolerance is unspecified and will remain at whatever the default is
34+
* * -1 - The tolerance is "erased". If there was a default, the joint will be
35+
* allowed to move without restriction.
3636
*/
3737
typedef struct control_msgs__msg__JointTolerance
3838
{

src/cortex-m0plus/libmicroros.a

12 Bytes
Binary file not shown.

src/cortex-m3/libmicroros.a

12 Bytes
Binary file not shown.

src/cortex-m4/libmicroros.a

12 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)