#ros

rosidl_runtime_rs

Message generation code shared by Rust projects in ROS 2

5 unstable releases

0.4.1 Nov 28, 2023
0.4.0 Nov 7, 2023
0.3.1 Oct 17, 2022
0.3.0 Oct 3, 2022
0.2.0 Jul 21, 2022

#85 in Robotics

Download history 65/week @ 2024-07-20 31/week @ 2024-07-27 47/week @ 2024-08-03 64/week @ 2024-08-10 116/week @ 2024-08-17 62/week @ 2024-08-24 55/week @ 2024-08-31 30/week @ 2024-09-07 1/week @ 2024-09-14 40/week @ 2024-09-21 161/week @ 2024-09-28 100/week @ 2024-10-05 59/week @ 2024-10-12 76/week @ 2024-10-19 33/week @ 2024-10-26 93/week @ 2024-11-02

280 downloads per month
Used in 18 crates

Apache-2.0

62KB
1K SLoC

Common types and traits for ROS 2 messages in Rust

ROS 2 is a popular open source robotics framework, used in a variety of fields (self-driving cars, drones, humanoid robots, etc.). rosidl_runtime_rs is a library that is mainly used by generated code for ROS 2 messages.

Please see the docs in the ros2_rust repo.


lib.rs:

Bindings to rosidl_runtime_c and related functionality for messages.

Dependencies

~165KB