ros2-interfaces-iron 0.0.2

Structs for Messages and Services listed by ROS Index for ROS2 Iron. 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::GetGeographicMapRequest;
pub use get_geographic_map::GetGeographicMapResponse;
mod get_route_plan;
pub use get_route_plan::GetRoutePlan;
pub use get_route_plan::GetRoutePlanRequest;
pub use get_route_plan::GetRoutePlanResponse;
mod update_geographic_map;
pub use update_geographic_map::UpdateGeographicMap;
pub use update_geographic_map::UpdateGeographicMapRequest;
pub use update_geographic_map::UpdateGeographicMapResponse;
mod get_geo_path;
pub use get_geo_path::GetGeoPath;
pub use get_geo_path::GetGeoPathRequest;
pub use get_geo_path::GetGeoPathResponse;