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 1
1
2
2
https://github.com/ament/ament_cmake.git 6c41a42f5fc345e0cf292410e5b30ef6fd11bcc8
3
3
https://github.com/ament/ament_index.git f019d6c40991799a13b18c9c3dcc583e3fde0381
4
- https://github.com/ament/ament_lint.git 0a73a2690863fc5ab8c31714f8e512bdcbb3616e
4
+ https://github.com/ament/ament_lint.git 0ee9b263054e7461fe1eea56f367e08555dd155a
5
5
https://github.com/ament/ament_package.git f8ea958fd02cff6f4192425e28566369c92b5e34
6
6
https://github.com/ament/googletest.git 083afd688a0d14239a831e1734e66a15664389c1
7
7
https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
@@ -11,7 +11,7 @@ https://github.com/micro-ROS/micro_ros_msgs.git 10be4d005fbc7d8dd60dbb213b65f417
11
11
https://github.com/micro-ROS/micro_ros_utilities ae51419e61900bc521bce76ed2f8b0002a1a826a
12
12
https://github.com/micro-ROS/rcl 7349751de9cb037f08567328905c75b38bc33ca8
13
13
https://github.com/micro-ROS/rcutils 3ae278cf916867d7bc52f49636e5c07dd07f5f6c
14
- https://github.com/micro-ROS/rmw-microxrcedds.git 1242ab5a1af6f9d3b2893fd0d9cd3ff98ca2b004
14
+ https://github.com/micro-ROS/rmw-microxrcedds.git c31887f38c708f085d4a2117e47055e0176acc1e
15
15
https://github.com/micro-ROS/rosidl_typesupport.git 520d9243f17e0cfe53c658b8051ebe2f89ad7c68
16
16
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 7e0331f2ea7329fb05e496a614e7e1f912f6d839
17
17
https://github.com/ros-controls/control_msgs 1416954c31432c192ff95a06559847e87386cf60
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