Skip to content

Commit e4bb756

Browse files
authored
micro-ROS jazzy Library auto-update 07-03-2025 06:24 (#1928)
Co-authored-by: pablogs9 <[email protected]>
1 parent 77ea414 commit e4bb756

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

built_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://github.com/micro-ROS/micro_ros_msgs.git 4594d9db17db735b1e655141fb4afb4c
1111
https://github.com/micro-ROS/micro_ros_utilities aa799eea0a63edfc1665cdcb1e9053827b69c730
1212
https://github.com/micro-ROS/rcl 246e58ff9d8cd678a05b9347a7bd294fe98e6820
1313
https://github.com/micro-ROS/rcutils c1b30530a228c4fcf6a6da78c0cbfd8f08fd3363
14-
https://github.com/micro-ROS/rmw-microxrcedds.git 554445fe739e4c5bcb27753ffbe21e03bb2c3c1f
14+
https://github.com/micro-ROS/rmw-microxrcedds.git ff1b8497b6bb9ce3616754115e0da5846101b5e8
1515
https://github.com/micro-ROS/rosidl_typesupport.git 7505a5f4ec8794ec1bb716bb54e0db89398dcd93
1616
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 6243b9f89e40ba4742c757951d7195f3d7745819
1717
https://github.com/ros-controls/control_msgs 1416954c31432c192ff95a06559847e87386cf60
@@ -25,7 +25,7 @@ https://github.com/ros2/rcl_logging.git 727920c2592be6deb6983f0fe1b57cbc929cbb70
2525
https://github.com/ros2/rclc 995cda8c68456c7477ed103d9419a161fd068960
2626
https://github.com/ros2/rcpputils.git ed59af184d925206cf9a4f043a68dca875d06f83
2727
https://github.com/ros2/rmw.git 880b0f94a4d004c99210ab5ca0ddc43c664c1f90
28-
https://github.com/ros2/rmw_implementation.git b24f1a78e2465ab6c9ba1ed9990e82432afcd496
28+
https://github.com/ros2/rmw_implementation.git dd91170ef79a156761cd9caf007221e553e2a19d
2929
https://github.com/ros2/ros2_tracing.git 42e26cca398246db56881e17394abf9f8d3b7755
3030
https://github.com/ros2/rosidl.git 1d92ce395ca9afd9cba59a4af6323218b7025600
3131
https://github.com/ros2/rosidl_core.git 230ca742577ec4927d76ea8627e30c798175da2a

src/rmw_microros/rmw_microros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern "C"
4949
#elif defined(RMW_UXRCE_TRANSPORT_IPV6)
5050
#define MAX_IP_LEN 39
5151
#endif // ifdef RMW_UXRCE_TRANSPORT_IPV4
52-
#define MAX_PORT_LEN 5
52+
#define MAX_PORT_LEN 6 // uint16_t max size + NULL-end string
5353
#define MAX_SERIAL_DEVICE 50
5454

5555
typedef struct rmw_uxrce_transport_params_t

0 commit comments

Comments
 (0)