Skip to content

Commit c60364e

Browse files
micro-ROS galactic Library auto-update 29-09-2021 06:17 (#502)
Co-authored-by: pablogs9 <[email protected]>
1 parent f5be7b0 commit c60364e

File tree

11 files changed

+30
-2
lines changed

11 files changed

+30
-2
lines changed

built_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/ament/ament_cmake.git d87b9776e0178f5a31d7e389990b5de6fc3067d
66
https://github.com/ament/ament_index.git 7c8a2762453bf928909cc3dd65d2164b2f67dbaf
77
https://github.com/ament/ament_lint.git 4bc68c815ce308b3443e3cb38fd71e2b03ffdc40
88
https://github.com/ros2/ament_cmake_ros.git 7b6b599c3fc8023806db2a97b344e8610902adac
9-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 4ccec07f4089ec1ec49e72c4ed0484ae6515cd75
9+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 81fccf9f2285e043a0cab2573148709c905e5163
1010
https://github.com/eProsima/Micro-CDR.git 21c99e0d8d140c50b45f13c8ed3716cb9fa0fb27
1111
https://github.com/ros-controls/control_msgs 11fdcdf76434d8ca9047787d17add4e18f56e9d6
1212
https://github.com/ros2/rcpputils.git 07d4ae0dc8ae1f4afa1c4f9ab47448482950aba9
@@ -30,5 +30,5 @@ https://github.com/micro-ROS/rcl ae6b2abc43f71ad9e7d1fce6da76d0e2cc88578a
3030
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 35b1212db08f67c0af727dcb1803cb417b84dcba
3131
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git/ 07ae5aa5c456f887f2aa82896e207a3209309a50
3232
https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d
33-
https://github.com/micro-ROS/rmw-microxrcedds.git 945c0008b80363a1dca7d2475850a50c27eb8f72
33+
https://github.com/micro-ROS/rmw-microxrcedds.git b71c718832df11f0e5ee13fcf388fc3e62336040
3434
https://github.com/micro-ROS/micro_ros_utilities 31653d7fb0fe01cfaf0c5a54451b8ca4515efde5

src/cortex-m0plus/libmicroros.a

2.98 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

3.4 KB
Binary file not shown.
2.7 KB
Binary file not shown.
3.22 KB
Binary file not shown.
3.43 KB
Binary file not shown.
3.43 KB
Binary file not shown.

src/mk20dx256/libmicroros.a

3.49 KB
Binary file not shown.
3.42 KB
Binary file not shown.

src/rmw_microros/timing.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,30 @@ rmw_ret_t rmw_uros_set_client_session_timeout(
7070
rmw_client_t * client,
7171
int session_timeout);
7272

73+
/**
74+
* \brief Sets the DDS-XRCE session spin time for creating entities
75+
*
76+
* \param[in] context RWM context where the spin time is configured
77+
* \param[in] session_timeout time in milliseconds
78+
* \return RMW_RET_OK when success.
79+
* \return RMW_RET_INVALID_ARGUMENT If client is not valid or unexpected arguments.
80+
*/
81+
rmw_ret_t rmw_uros_set_context_entity_creation_session_timeout(
82+
rmw_context_t * context,
83+
int session_timeout);
84+
85+
/**
86+
* \brief Sets the DDS-XRCE session spin time for destroying entities
87+
*
88+
* \param[in] context RWM context where the spin time is configured
89+
* \param[in] session_timeout time in milliseconds
90+
* \return RMW_RET_OK when success.
91+
* \return RMW_RET_INVALID_ARGUMENT If client is not valid or unexpected arguments.
92+
*/
93+
rmw_ret_t rmw_uros_set_context_entity_destroy_session_timeout(
94+
rmw_context_t * context,
95+
int session_timeout);
96+
7397
/** @}*/
7498

7599
#if defined(__cplusplus)

0 commit comments

Comments
 (0)