Skip to content

Commit c0af207

Browse files
micro-ROS humble Library auto-update 25-05-2022 13:33 (#1015)
Co-authored-by: Acuadros95 <[email protected]>
1 parent 7398de7 commit c0af207

File tree

33 files changed

+127
-62
lines changed

33 files changed

+127
-62
lines changed

built_packages

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ https://github.com/ament/ament_package.git a80f40af065e4f708b88ca024f10bfd21bb17
66
https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
77
https://github.com/ament/uncrustify_vendor.git d647c05b96bc2b2edf4db652a3fc9ebf0fd52f3c
88
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
9-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2fd2c4f04093dcf
9+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git e3f6439013a1a9ecb0d4011d19d7a4cec2c84655
1010
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
11-
https://github.com/micro-ROS/micro_ros_utilities 84fc67aa3ba1175973bacbc53cf9b2ebd18942ae
11+
https://github.com/micro-ROS/micro_ros_utilities 0a39e769bb42b329addbe999c95b1cf216e01349
1212
https://github.com/micro-ROS/rcl 98bb690e17b147f194bd2c92786784814539702e
1313
https://github.com/micro-ROS/rcutils 7293e01924b9f259d7ca7cfadaea81a09dda389a
14-
https://github.com/micro-ROS/rmw-microxrcedds.git 6a93ba6a3d4d1c5add33cc2967c85d70029fd67b
14+
https://github.com/micro-ROS/rmw-microxrcedds.git 6273365d9efaa34c23c7c9a1bf889bd1726edae6
1515
https://github.com/micro-ROS/rosidl_typesupport.git d21bde140e1a4b413f6725888470b758a739171d
16-
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git cc8dd6c06981e0f0ab3ac10e6f233db0e8e04c06
16+
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 106fda6a43a912e09480d7b705f3ca4a31a1803c
1717
https://github.com/ros-controls/control_msgs a555c37f1a3536bb452ea555c58fdd9344d87614
1818
https://github.com/ros2/ament_cmake_ros.git bbbc6ec4dea550f12d68863c558eb7f54be151e4
1919
https://github.com/ros2/common_interfaces.git 980fc1858d104555f6f260e502c5ed96cd6b6e99

src/actionlib_msgs/msg/detail/goal_status__struct.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum
3838
/// Constant 'PREEMPTED'.
3939
/**
4040
* The goal received a cancel request after it started executing
41-
* and has since completed its execution (Terminal State).
41+
* and has since completed its execution (Terminal State).
4242
*/
4343
enum
4444
{
@@ -68,7 +68,7 @@ enum
6868
/// Constant 'REJECTED'.
6969
/**
7070
* The goal was rejected by the action server without being processed,
71-
* because the goal was unattainable or invalid (Terminal State).
71+
* because the goal was unattainable or invalid (Terminal State).
7272
*/
7373
enum
7474
{
@@ -88,7 +88,7 @@ enum
8888
/// Constant 'RECALLING'.
8989
/**
9090
* The goal received a cancel request before it started executing, but
91-
* the action server has not yet confirmed that the goal is canceled.
91+
* the action server has not yet confirmed that the goal is canceled.
9292
*/
9393
enum
9494
{
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ 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
129-
/// violated which tolerance, and by how much.
129+
/// violated which tolerance, and by how much.
130130
rosidl_runtime_c__String error_string;
131131
} control_msgs__action__FollowJointTrajectory_Result;
132132

src/cortex-m0plus/libmicroros.a

1020 Bytes
Binary file not shown.

src/cortex-m3/libmicroros.a

1.12 KB
Binary file not shown.

src/cortex-m4/libmicroros.a

1.31 KB
Binary file not shown.
840 Bytes
Binary file not shown.
1.29 KB
Binary file not shown.
1.18 KB
Binary file not shown.

src/esp32/libmicroros.a

4.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)