Skip to content

Commit 8127a7f

Browse files
micro-ROS galactic Library auto-update 14-09-2021 06:17 (#478)
Co-authored-by: pablogs9 <[email protected]>
1 parent c048ca5 commit 8127a7f

File tree

11 files changed

+11
-6
lines changed

11 files changed

+11
-6
lines changed

built_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 35b1212db08f67c
2020
https://github.com/micro-ROS/rcl ae6b2abc43f71ad9e7d1fce6da76d0e2cc88578a
2121
https://github.com/micro-ROS/micro_ros_utilities c829971bd33ac1f14a94aa722476110b4b59eaf9
2222
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git/ 07ae5aa5c456f887f2aa82896e207a3209309a50
23-
https://github.com/micro-ROS/rosidl_typesupport.git 0e03d18809cb08215877ff856a916ec35a066561
23+
https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d
2424
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
2525
https://github.com/ros2/rclc dc6767cf6a631c4f71fe4da10d17aba10655a8a8
2626
https://github.com/micro-ROS/rcutils ce82f7fc64d827237a6f3d7a8e037b95ed5850e1
27-
https://github.com/micro-ROS/rmw-microxrcedds.git b996df14b72aa67bf40b2e159414fa86e72c5f14
27+
https://github.com/micro-ROS/rmw-microxrcedds.git 87695391b783fd8d4c3e0f7cdf2dd71f3f7c2b75
2828
https://github.com/ros2/ament_cmake_ros.git 7b6b599c3fc8023806db2a97b344e8610902adac
2929
https://github.com/ament/ament_package.git d695ec8f2a0e8adefc1e1212bfa6c09ca54b333d
3030
https://github.com/ament/ament_lint.git 4bc68c815ce308b3443e3cb38fd71e2b03ffdc40

src/cortex-m0plus/libmicroros.a

9.3 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

9.23 KB
Binary file not shown.
7.97 KB
Binary file not shown.
9.23 KB
Binary file not shown.
9.23 KB
Binary file not shown.
9.23 KB
Binary file not shown.

src/mk20dx256/libmicroros.a

9.23 KB
Binary file not shown.
9.23 KB
Binary file not shown.

src/rmw_microros/rmw_microros.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <rmw_microros/time_sync.h>
2727
#include <rmw_microros/ping.h>
2828

29-
#ifdef RMW_UXRCE_TRANSPORT_UDP
29+
#if defined(RMW_UXRCE_TRANSPORT_UDP) || defined(RMW_UXRCE_TRANSPORT_TCP)
3030
#include <rmw_microros/discovery.h>
3131
#endif // RMW_UXRCE_TRANSPORT_UDP
3232

@@ -51,7 +51,7 @@ typedef struct rmw_uxrce_transport_params_t
5151
{
5252
#if defined(RMW_UXRCE_TRANSPORT_SERIAL)
5353
char serial_device[MAX_SERIAL_DEVICE];
54-
#elif defined(RMW_UXRCE_TRANSPORT_UDP)
54+
#elif defined(RMW_UXRCE_TRANSPORT_UDP) || defined(RMW_UXRCE_TRANSPORT_TCP)
5555
char agent_address[MAX_IP_LEN];
5656
char agent_port[MAX_PORT_LEN];
5757
#elif defined(RMW_UXRCE_TRANSPORT_CUSTOM)

0 commit comments

Comments
 (0)