Skip to content

Commit 57bb143

Browse files
micro-ROS rolling Library auto-update 04-04-2022 06:20 (#914)
Co-authored-by: pablogs9 <[email protected]>
1 parent d1254cc commit 57bb143

File tree

29 files changed

+278
-54
lines changed

29 files changed

+278
-54
lines changed

built_packages

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
https://github.com/micro-ROS/micro_ros_utilities 62270ca99edfab516e50ba7c8c761d33dbf31a78
33
https://github.com/micro-ROS/rmw-microxrcedds.git 644c57440e4fa7049abba75e696702fa229b3065
4-
https://github.com/micro-ROS/rcl 6b1451b34904800a8067ef2ceb307105bb21f50a
4+
https://github.com/micro-ROS/rcl bf144201a646bcb822ff58b85ce23d369c7e1230
55
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git/ 875503f7c857ce9aea0ba764ef439e6566a64d97
66
https://github.com/micro-ROS/rosidl_typesupport.git 0a28c7b07241b2f287c5f6f8090eb6a92cb4519f
7-
https://github.com/ros2/rclc 449575c34207ccd80ee7d0ad71bc0f2fb7e42d59
7+
https://github.com/ros2/rclc 56ee3c12187043443b72f412c7fa90c714784fd9
88
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 28b88ac044e504095fbe9381508925e0aec7bc24
99
https://github.com/micro-ROS/rcutils 342c39ce7cbc3d90ea1d4552ddcbb45ae14bec6d
1010
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
@@ -14,7 +14,7 @@ https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2
1414
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
1515
https://github.com/ros2/rmw.git 01d0db60c5bac242fe6f8a6d49494512f1e20c61
1616
https://github.com/ros2/test_interface_files.git db93f7052ac028634f85c1e73c0ed27d5abd5590
17-
https://github.com/ros2/rcl.git 35a31b00a12f259d492bf53c0701003bd7f1745c
17+
https://github.com/ros2/rcl.git d48fb11a9eeaaeb8273b5ab82616330d892cc174
1818
https://github.com/ros2/example_interfaces.git 2977bbe4e5e30c74d3594d31a8212193f5c27761
1919
https://github.com/ros2/rosidl.git 6486f6b7a730b45d43dc8a636143eb383852a173
2020
https://github.com/ros2/rcpputils.git a7898d98ab684bb5d0cb2c20c823a1b4014fa0dc

src/actionlib_msgs/msg/detail/goal_status__struct.h

Lines changed: 4 additions & 4 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
{
@@ -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
{

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "C"
3232
* There are two special values for tolerances:
3333
* * 0 - The tolerance is unspecified and will remain at whatever the default is
3434
* * -1 - The tolerance is "erased". If there was a default, the joint will be
35-
* allowed to move without restriction.
35+
* allowed to move without restriction.
3636
*/
3737
typedef struct control_msgs__msg__JointTolerance
3838
{

src/cortex-m0plus/libmicroros.a

4.26 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

3.85 KB
Binary file not shown.

src/cortex-m4/libmicroros.a

4.29 KB
Binary file not shown.
4.35 KB
Binary file not shown.
4.32 KB
Binary file not shown.
4.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)