Expand description
ROS2 message definitions.
This crate provides serde-compatible Rust types for a subset of
ROS2 message definitions, allowing for deserialization of MCAP files containing
ROS2 data into idiomatic Rust structs.
The supported message packages include:
builtin_interfaces: Time and duration representations.std_msgs: Common standard messages likestd_msgs::Headerandstd_msgs::ColorRGBA.
Modulesยง
- builtin_
interfaces - Definitions for the ROS2
builtin_interfacespackage. - geometry_
msgs - Definitions for the ROS2
geometry_msgspackage. - sensor_
msgs - Definitions for the ROS2
sensor_msgspackage. - std_
msgs - Definitions for the ROS2
std_msgspackage.