Expand description
§EdgeFirst Middleware Schemas
This library provides the Rust structs for EdgeFirst Middleware messages.
Common Rust struct for ROS 2 messages used by EdgeFirst Middleware Services with Zenoh.
Here are some ROS message source:
- common_interface: Common-used ROS message
- rcl_interface: Common interface in RCL
- foxglove_api_msgs
- edgefirst_api_msgs: EdgeFirst ROS messages
Modules§
- builtin_
interfaces - ROS 2 RCL Interfaces
- edgefirst_
msgs - EdgeFirst Messages
- foxglove_
msgs - Foxglove Messages
- geometry_
msgs - ROS 2 Common Interfaces
- rosgraph_
msgs - schema_
registry - Schema registry for runtime schema lookup Schema Registry for EdgeFirst Schemas.
- sensor_
msgs - serde_
cdr - CDR serialization/deserialization support CDR (Common Data Representation) serialization and deserialization support.
- service
- std_
msgs
Structs§
Functions§
- decode_
pcd - This function takes a PointCloud2 message and decodes it into a vector of Points. Each Point contains the x, y, z coordinates, an id, and a HashMap of additional fields.