Skip to content

Commit 82b4169

Browse files
micro-ROS Library auto-update 05-05-2021 11:22 (#247)
* micro-ROS foxy Library auto-update 05-05-2021 11:22 * Update Co-authored-by: pablogs9 <[email protected]> Co-authored-by: Pablo Garrido <[email protected]>
1 parent cedfde1 commit 82b4169

File tree

19 files changed

+486
-218
lines changed

19 files changed

+486
-218
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
https://github.com/micro-ROS/rosidl_typesupport.git 263a6702fb4da931415c5ea27498c76f0694d475
3-
https://github.com/micro-ROS/rmw-microxrcedds.git a3db0734af49f9a4500a0720d861813fcf1ec432
3+
https://github.com/micro-ROS/rmw-microxrcedds.git 0bf0042b9d54d6b488a97ffbda2c95ed6bb6d996
44
https://github.com/micro-ROS/micro_ros_msgs.git 9a3968d4694f516ded8bdbfe23e2a487477bb8b4
55
https://github.com/micro-ROS/rcl 12da7d8fead1667a36f1217b8a177d59d8f83c68
66
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing d11b87737245b8456bbada44dfa7b1d670b1c4d0

examples/micro-ros_reconnection_example/micro-ros_reconnection_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <rcl/error_handling.h>
66
#include <rclc/rclc.h>
77
#include <rclc/executor.h>
8-
#include <rmw_uros/options.h>
8+
#include <rmw_microros/rmw_microros.h>
99

1010
#include <std_msgs/msg/int32.h>
1111

examples/micro-ros_time_sync/micro-ros_time_sync.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <rcl/rcl.h>
66
#include <rcl/error_handling.h>
77
#include <rclc/rclc.h>
8-
#include <rmw_uros/options.h>
8+
#include <rmw_microros/rmw_microros.h>
99

1010
rclc_support_t support;
1111
rcl_allocator_t allocator;

src/cortex-m0plus/libmicroros.a

3.33 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

3.35 KB
Binary file not shown.
3.41 KB
Binary file not shown.
3.36 KB
Binary file not shown.
3.36 KB
Binary file not shown.

src/micro_ros_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// ----------------------
1515

1616
#include <uxr/client/transport.h>
17-
#include <rmw_uros/options.h>
17+
#include <rmw_microros/rmw_microros.h>
1818

1919
extern "C" bool arduino_transport_open(struct uxrCustomTransport * transport);
2020
extern "C" bool arduino_transport_close(struct uxrCustomTransport * transport);

src/mk20dx256/libmicroros.a

3.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)