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 get_geographic_map;
pub use get_geographic_map::GetGeographicMap;
pub use get_geographic_map::GetGeographicMapReq;
pub use get_geographic_map::GetGeographicMapRes;
mod get_route_plan;
pub use get_route_plan::GetRoutePlan;
pub use get_route_plan::GetRoutePlanReq;
pub use get_route_plan::GetRoutePlanRes;
mod update_geographic_map;
pub use update_geographic_map::UpdateGeographicMap;
pub use update_geographic_map::UpdateGeographicMapReq;
pub use update_geographic_map::UpdateGeographicMapRes;
mod get_geo_path;
pub use get_geo_path::GetGeoPath;
pub use get_geo_path::GetGeoPathReq;
pub use get_geo_path::GetGeoPathRes;