Skip to content

Commit 6015fe8

Browse files
micro-ROS foxy Library auto-update 29-09-2021 06:17 (#500)
Co-authored-by: pablogs9 <[email protected]>
1 parent 1d2854a commit 6015fe8

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 c47c4a9b925a3f73858f57fa6ad08f4f4ac7e39
66
https://github.com/ament/ament_index.git 07492c3ada0f835464ef55178080f3df93c22292
77
https://github.com/ament/ament_lint.git 418a69c7e0f922adc889ac1bc2a7dcf721bf7060
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 338ef98b4a4d763fe5df39e86a1967844ceb506e
1212
https://github.com/ros2/rcpputils.git f4ce24de0b9b6b2c0c3807d6ce43418d4e1db331
@@ -31,4 +31,4 @@ https://github.com/micro-ROS/rcl fc14a9a73f5e0579ec0c902a1a4375c9a013cabf
3131
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 197b1ae73e6f50fc8196f2b724a7da248491c2bc
3232
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing d11b87737245b8456bbada44dfa7b1d670b1c4d0
3333
https://github.com/micro-ROS/rosidl_typesupport.git 5d974dbee4cd6988ce33923246eb404db327fad8
34-
https://github.com/micro-ROS/rmw-microxrcedds.git a067628d58a75ec19f111c8517f35ea149759f92
34+
https://github.com/micro-ROS/rmw-microxrcedds.git 642bd161f4d3fe7bf49841cc86b74b73fde608ae

src/cortex-m0plus/libmicroros.a

2.66 KB
Binary file not shown.

src/cortex-m3/libmicroros.a

3.15 KB
Binary file not shown.
2.47 KB
Binary file not shown.
2.97 KB
Binary file not shown.
3.21 KB
Binary file not shown.
3.2 KB
Binary file not shown.

src/mk20dx256/libmicroros.a

3.24 KB
Binary file not shown.
3.18 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)