Skip to content

Commit 3a3c57b

Browse files
authored
micro-ROS jazzy Library auto-update 10-05-2025 06:24 (#1974)
Co-authored-by: pablogs9 <7647884+pablogs9@users.noreply.github.com>
1 parent fb952da commit 3a3c57b

File tree

14 files changed

+10
-4
lines changed

14 files changed

+10
-4
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/ros2/common_interfaces.git 137e97dc5ec724b78cdbaa3b89927c3c29
2020
https://github.com/ros2/example_interfaces.git 3fac5497d76b1425cfbd556d3010f33d905d5f73
2121
https://github.com/ros2/libyaml_vendor.git a54a952b730921146dc422d5e5beef5563df0fac
2222
https://github.com/ros2/rcl.git 19f5aafb135c49bab3b09b3a70f3b53211893e39
23-
https://github.com/ros2/rcl_interfaces.git 7d568ce77ac401487d37f62458bfa1c7bb960738
23+
https://github.com/ros2/rcl_interfaces.git ba421f3c6ed8c7535c0608277c9764f8205aac69
2424
https://github.com/ros2/rcl_logging.git 727920c2592be6deb6983f0fe1b57cbc929cbb70
2525
https://github.com/ros2/rclc 995cda8c68456c7477ed103d9419a161fd068960
2626
https://github.com/ros2/rcpputils.git 5dfaeda0dfa8a3a2302ae393f7aa249b95dc2124

src/builtin_interfaces/msg/detail/duration__struct.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ extern "C"
2727
*/
2828
typedef struct builtin_interfaces__msg__Duration
2929
{
30-
/// Seconds component, range is valid over any possible int32 value.
30+
/// The seconds component, valid over all int32 values.
3131
int32_t sec;
32-
/// Nanoseconds component in the range of [0, 1e9).
32+
/// The nanoseconds component, valid in the range [0, 1e9), to be added to the seconds component.
33+
/// e.g.
34+
/// The duration -1.7 seconds is represented as {sec: -2, nanosec: 3e8}
35+
/// The duration 1.7 seconds is represented as {sec: 1, nanosec: 7e8}
3336
uint32_t nanosec;
3437
} builtin_interfaces__msg__Duration;
3538

src/builtin_interfaces/msg/detail/time__struct.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ typedef struct builtin_interfaces__msg__Time
2828
{
2929
/// The seconds component, valid over all int32 values.
3030
int32_t sec;
31-
/// The nanoseconds component, valid in the range [0, 1e9).
31+
/// The nanoseconds component, valid in the range [0, 1e9), to be added to the seconds component.
32+
/// e.g.
33+
/// The time -1.7 seconds is represented as {sec: -2, nanosec: 3e8}
34+
/// The time 1.7 seconds is represented as {sec: 1, nanosec: 7e8}
3235
uint32_t nanosec;
3336
} builtin_interfaces__msg__Time;
3437

src/cortex-m0plus/libmicroros.a

356 Bytes
Binary file not shown.

src/cortex-m3/libmicroros.a

352 Bytes
Binary file not shown.

src/cortex-m4/libmicroros.a

356 Bytes
Binary file not shown.
356 Bytes
Binary file not shown.
356 Bytes
Binary file not shown.
352 Bytes
Binary file not shown.

src/esp32/libmicroros.a

352 Bytes
Binary file not shown.
356 Bytes
Binary file not shown.

src/mk20dx256/libmicroros.a

356 Bytes
Binary file not shown.
356 Bytes
Binary file not shown.
356 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)