| Crates.io | ros2_message |
| lib.rs | ros2_message |
| version | 0.0.5 |
| created_at | 2024-07-04 10:24:54.037915+00 |
| updated_at | 2024-07-12 10:00:22.078493+00 |
| description | Utilities for handling MSG and SRV files in ROS2 |
| homepage | |
| repository | https://github.com/A-K-O-R-A/ros2_message |
| max_upload_size | |
| id | 1291585 |
| size | 102,248 |
[!WARNING] This crate is not extensively tested yet and there is a good chance that you will discover issues. If you do please create a GitHub Issue
ros2_message is a utility library for handling anything related to ROS2 .msg and .srv files in Rust.
It's primary focus is dynamically parsing and decoding ROS2 messages. The most common usecase for this is the mcap file format.
For more information take a look at the Msg and
DynamicMsg structs.
The most common use case for this is reading out MCAP files, especially in a environment where installing ROS2 is not an option. For more information about that have a look at the the mcap_reading example in the examples folder.
Implementing the full CDR spec
Extensive testing for different encoded messages
.msg file parsing implemenation