Skip to content

Commit c3ea201

Browse files
micro-ROS foxy Library auto-update 06-04-2021 06:27 (#206)
Co-authored-by: pablogs9 <[email protected]>
1 parent 6f8c1fe commit c3ea201

File tree

9 files changed

+7
-3
lines changed

9 files changed

+7
-3
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://github.com/ros2/libyaml_vendor.git c014ed16899e476b7583950a96928656f9926
1515
https://github.com/ros2/common_interfaces.git 7597e72797e33859b365d90be7a20d9e66813b95
1616
https://github.com/ros2/rcl.git f4c3aab4b3b287b71bb2c43b291d1530640ca1ce
1717
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 2b5cc410ac5226dc83fd7ebcd36a7643b7c8fbe3
18-
https://github.com/micro-ROS/rmw-microxrcedds.git 8e4173206c16c61a01baa1f3d80a534de0f8b55c
18+
https://github.com/micro-ROS/rmw-microxrcedds.git c9733a674b2d0eda7482d167fe78ae6ce758f652
1919
https://github.com/micro-ROS/micro_ros_msgs.git 9a3968d4694f516ded8bdbfe23e2a487477bb8b4
2020
https://github.com/micro-ROS/rcutils 23501ffe6f45a9525f84cddf2a4563f1feb51a5c
2121
https://github.com/ros2/rclc 5e7e383c704bdc153fb5e559da11d992fe4d3b40

src/cortex-m0plus/libmicroros.a

232 Bytes
Binary file not shown.

src/cortex-m3/libmicroros.a

232 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.

src/mk20dx256/libmicroros.a

232 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.

src/rmw_uros/options.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,23 @@ typedef struct rmw_uxrce_transport_params_t
5858
} rmw_uxrce_transport_params_t;
5959

6060

61+
/**
62+
* \brief Returns the time synchronization state of the epoch time.
63+
* \return true if last time synchronization succeded and false otherwise
64+
*/
65+
bool rmw_uros_epoch_synchronized();
66+
6167
/**
6268
* \brief Returns the epoch time in milliseconds taking into account the offset computed during the time synchronization.
6369
* \return epoch time in milliseconds.
6470
* \return 0 if session is not initialized.
65-
* \return -1 if session time is not synchronized.
6671
*/
6772
int64_t rmw_uros_epoch_millis();
6873

6974
/**
7075
* \brief Returns the epoch time in nanoseconds taking into account the offset computed during the time synchronization.
7176
* \return epoch time in nanoseconds.
7277
* \return 0 if session is not initialized.
73-
* \return -1 if session time is not synchronized.
7478
*/
7579
int64_t rmw_uros_epoch_nanos();
7680

0 commit comments

Comments
 (0)