Skip to content

Commit 4c68545

Browse files
micro-ROS foxy Library auto-update 06-03-2021 06:20 (#161)
Co-authored-by: pablogs9 <[email protected]>
1 parent 841ffe7 commit 4c68545

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/ros-controls/control_msgs 653b646ba34d2166149cc02269bac0f48beb72b0
3-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 6054d81812f12546e420b27f32295787f2f6862c
3+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9c140c8d5ed63fab42bd9e5a9bab6d54dc57c1f1
44
https://github.com/eProsima/Micro-CDR.git 2f1a688a9f7ca8379e64a8941bf5ce27bd7b1f94
55
https://github.com/micro-ROS/micro_ros_msgs.git 9a3968d4694f516ded8bdbfe23e2a487477bb8b4
66
https://github.com/micro-ROS/rcl 8eddc13db38bdecdd3089b8c96d13f0df3f5b35d

src/uxr/client/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#ifndef _UXR_CLIENT_CONFIG_H_
1616
#define _UXR_CLIENT_CONFIG_H_
1717

18-
#define UXR_CLIENT_VERSION_MAJOR 1
19-
#define UXR_CLIENT_VERSION_MINOR 2
20-
#define UXR_CLIENT_VERSION_MICRO 5
21-
#define UXR_CLIENT_VERSION_STR "1.2.5"
18+
#define UXR_CLIENT_VERSION_MAJOR 2
19+
#define UXR_CLIENT_VERSION_MINOR 0
20+
#define UXR_CLIENT_VERSION_MICRO 0
21+
#define UXR_CLIENT_VERSION_STR "2.0.0"
2222

2323
/* #undef UCLIENT_PROFILE_DISCOVERY */
2424

0 commit comments

Comments
 (0)