Skip to content

Commit b5370e1

Browse files
micro-ROS galactic Library auto-update 05-11-2021 06:18 (#553)
Co-authored-by: pablogs9 <[email protected]>
1 parent f523590 commit b5370e1

File tree

10 files changed

+7
-4
lines changed

10 files changed

+7
-4
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
https://github.com/micro-ROS/micro_ros_utilities 786652600e264f074d9f4d18f6c5701141d6a075
33
https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d
44
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 35b1212db08f67c0af727dcb1803cb417b84dcba
5-
https://github.com/micro-ROS/rmw-microxrcedds.git 0575d523ff5c1ef308c73725b782fdbf525c9043
5+
https://github.com/micro-ROS/rmw-microxrcedds.git e40f4d6950598d4b192665c029484ea45727e05a
66
https://github.com/ros2/rclc 31347a642c0f5f66827596007e395c9ff43fbb43
77
https://github.com/micro-ROS/rcutils ce82f7fc64d827237a6f3d7a8e037b95ed5850e1
88
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d

src/cortex-m0plus/libmicroros.a

1.36 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

1.86 KB
Binary file not shown.
1.27 KB
Binary file not shown.
1.34 KB
Binary file not shown.
1.78 KB
Binary file not shown.
1.79 KB
Binary file not shown.

src/mk20dx256/libmicroros.a

1.76 KB
Binary file not shown.
1.75 KB
Binary file not shown.

src/rmw_microxrcedds_c/config.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,25 @@
5050
#define RMW_UXRCE_MAX_OUTPUT_BUFFER_SIZE (RMW_UXRCE_MAX_TRANSPORT_MTU * RMW_UXRCE_STREAM_HISTORY_OUTPUT)
5151

5252
#define RMW_UXRCE_MAX_SESSIONS 1
53+
#define RMW_UXRCE_MAX_OPTIONS RMW_UXRCE_MAX_SESSIONS*3
5354
#define RMW_UXRCE_MAX_NODES 1
5455
#define RMW_UXRCE_MAX_PUBLISHERS 10
5556
#define RMW_UXRCE_MAX_SUBSCRIPTIONS 5
5657
#define RMW_UXRCE_MAX_SERVICES 1
5758
#define RMW_UXRCE_MAX_CLIENTS 1
5859
#define RMW_UXRCE_MAX_TOPICS -1
60+
#define RMW_UXRCE_MAX_WAIT_SETS 4
61+
#define RMW_UXRCE_MAX_GUARD_CONDITION 4
5962

6063
#if RMW_UXRCE_MAX_TOPICS == -1
6164
#define RMW_UXRCE_MAX_TOPICS_INTERNAL RMW_UXRCE_MAX_PUBLISHERS + RMW_UXRCE_MAX_SUBSCRIPTIONS
6265
#else
6366
#define RMW_UXRCE_MAX_TOPICS_INTERNAL RMW_UXRCE_MAX_TOPICS
6467
#endif
6568

66-
#define RMW_UXRCE_NODE_NAME_MAX_LENGTH 128
67-
#define RMW_UXRCE_TOPIC_NAME_MAX_LENGTH 100
68-
#define RMW_UXRCE_TYPE_NAME_MAX_LENGTH 128
69+
#define RMW_UXRCE_NODE_NAME_MAX_LENGTH 60
70+
#define RMW_UXRCE_TOPIC_NAME_MAX_LENGTH 60
71+
#define RMW_UXRCE_TYPE_NAME_MAX_LENGTH 100
6972

7073
#define RMW_UXRCE_ENTITY_NAMING_BUFFER_LENGTH 100
7174

0 commit comments

Comments
 (0)