Skip to content

Commit 11e557b

Browse files
authored
micro-ROS rolling Library auto-update 04-03-2025 06:24 (#1923)
Co-authored-by: pablogs9 <[email protected]>
1 parent f5008d7 commit 11e557b

File tree

20 files changed

+386
-4
lines changed

20 files changed

+386
-4
lines changed

available_ros2_types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ lifecycle_msgs/TransitionDescription.msg
110110
lifecycle_msgs/TransitionEvent.msg
111111
nav_msgs/GetMap.srv
112112
nav_msgs/GetPlan.srv
113+
nav_msgs/Goals.msg
113114
nav_msgs/GridCells.msg
114115
nav_msgs/LoadMap.srv
115116
nav_msgs/MapMetaData.msg

built_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ https://github.com/micro-ROS/rosidl_typesupport.git 22e65f4ab55e54f0ae4b58504a27
1616
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git cbd7719e07d5ca94077784accf95eac9ad535b56
1717
https://github.com/ros-controls/control_msgs 1416954c31432c192ff95a06559847e87386cf60
1818
https://github.com/ros2/ament_cmake_ros.git 21748df4b59b1fd149d42c664e092fde4e9179f4
19-
https://github.com/ros2/common_interfaces.git 0cf96ab111a3da980a1f94cf18d6867701d70939
19+
https://github.com/ros2/common_interfaces.git 3ad2c9222ba64679d15ab4a0f896faa9c0ac0260
2020
https://github.com/ros2/example_interfaces.git 00cb25584ab611c34686e024a06a47728550ef72
2121
https://github.com/ros2/libyaml_vendor.git 855754620fd05bdc7601d464958522b395435f3c
22-
https://github.com/ros2/rcl.git bfcf66d0d8beece02c195999afe2eb5daeef0412
22+
https://github.com/ros2/rcl.git f9ad1c6e07136eaca5fb699ad2edf4cb2b9c5365
2323
https://github.com/ros2/rcl_interfaces.git e17f2ea368eeeec7211a050b02b208b9a2b8c349
2424
https://github.com/ros2/rcl_logging.git 2d5deed307163d15f9ef2379ee2facd86a643969
2525
https://github.com/ros2/rclc 6f0a9edb3cf30df0368d3abbad2fa66149e5cc65

src/cortex-m0plus/libmicroros.a

30.2 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

29.9 KB
Binary file not shown.

src/cortex-m4/libmicroros.a

30 KB
Binary file not shown.
30.1 KB
Binary file not shown.
30.1 KB
Binary file not shown.
29.9 KB
Binary file not shown.

src/esp32/libmicroros.a

46.5 KB
Binary file not shown.

src/geometry_msgs/msg/detail/pose_stamped_array__struct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ extern "C"
2727

2828
/// Struct defined in msg/PoseStampedArray in the package geometry_msgs.
2929
/**
30-
* An array of stamped poses with a header
31-
* The global header will store the time at which the poses were computed (not to be confused with the stamps of the poses themselves)
30+
* This is deprecated and will be removed before the next release. Do not use. This is to allow a migration without breaking of nav2.
31+
* TODO REMOVE THIS BEFORE release!!!!
3232
*/
3333
typedef struct geometry_msgs__msg__PoseStampedArray
3434
{

0 commit comments

Comments
 (0)