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
mod way_point;
pub use way_point::WayPoint;
mod route_network;
pub use route_network::RouteNetwork;
mod geo_pose_stamped;
pub use geo_pose_stamped::GeoPoseStamped;
mod geographic_map_changes;
pub use geographic_map_changes::GeographicMapChanges;
mod geo_point;
pub use geo_point::GeoPoint;
mod route_segment;
pub use route_segment::RouteSegment;
mod map_feature;
pub use map_feature::MapFeature;
mod key_value;
pub use key_value::KeyValue;
mod geo_pose;
pub use geo_pose::GeoPose;
mod geo_path;
pub use geo_path::GeoPath;
mod geo_pose_with_covariance_stamped;
pub use geo_pose_with_covariance_stamped::GeoPoseWithCovarianceStamped;
mod bounding_box;
pub use bounding_box::BoundingBox;
mod geographic_map;
pub use geographic_map::GeographicMap;
mod route_path;
pub use route_path::RoutePath;
mod geo_pose_with_covariance;
pub use geo_pose_with_covariance::GeoPoseWithCovariance;
mod geo_point_stamped;
pub use geo_point_stamped::GeoPointStamped;