File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ https://github.com/micro-ROS/micro_ros_msgs.git 4594d9db17db735b1e655141fb4afb4c
11
11
https://github.com/micro-ROS/micro_ros_utilities aa799eea0a63edfc1665cdcb1e9053827b69c730
12
12
https://github.com/micro-ROS/rcl 246e58ff9d8cd678a05b9347a7bd294fe98e6820
13
13
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
15
15
https://github.com/micro-ROS/rosidl_typesupport.git 7505a5f4ec8794ec1bb716bb54e0db89398dcd93
16
16
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 6243b9f89e40ba4742c757951d7195f3d7745819
17
17
https://github.com/ros-controls/control_msgs 1416954c31432c192ff95a06559847e87386cf60
@@ -25,7 +25,7 @@ https://github.com/ros2/rcl_logging.git 727920c2592be6deb6983f0fe1b57cbc929cbb70
25
25
https://github.com/ros2/rclc 995cda8c68456c7477ed103d9419a161fd068960
26
26
https://github.com/ros2/rcpputils.git ed59af184d925206cf9a4f043a68dca875d06f83
27
27
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
29
29
https://github.com/ros2/ros2_tracing.git 42e26cca398246db56881e17394abf9f8d3b7755
30
30
https://github.com/ros2/rosidl.git 1d92ce395ca9afd9cba59a4af6323218b7025600
31
31
https://github.com/ros2/rosidl_core.git 230ca742577ec4927d76ea8627e30c798175da2a
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ extern "C"
49
49
#elif defined(RMW_UXRCE_TRANSPORT_IPV6 )
50
50
#define MAX_IP_LEN 39
51
51
#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
53
53
#define MAX_SERIAL_DEVICE 50
54
54
55
55
typedef struct rmw_uxrce_transport_params_t
You can’t perform that action at this time.
0 commit comments