ros2-interfaces-rolling 0.0.1

Structs for Messages and Services listed by ROS Index for ROS2 Rolling. Built around the `ros2-client` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod path_point;
pub use path_point::PathPoint;
mod path;
pub use path::Path;
mod lanelet_primitive;
pub use lanelet_primitive::LaneletPrimitive;
mod trajectory;
pub use trajectory::Trajectory;
mod lanelet_route;
pub use lanelet_route::LaneletRoute;
mod pose_with_uuid_stamped;
pub use pose_with_uuid_stamped::PoseWithUuidStamped;
mod lanelet_segment;
pub use lanelet_segment::LaneletSegment;
mod trajectory_point;
pub use trajectory_point::TrajectoryPoint;