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 robot_array;
pub use robot_array::RobotArray;
mod marking_array;
pub use marking_array::MarkingArray;
mod obstacle_array;
pub use obstacle_array::ObstacleArray;
mod ball_array;
pub use ball_array::BallArray;
mod goalpost;
pub use goalpost::Goalpost;
mod marking_segment;
pub use marking_segment::MarkingSegment;
mod marking_ellipse;
pub use marking_ellipse::MarkingEllipse;
mod ball;
pub use ball::Ball;
mod obstacle;
pub use obstacle::Obstacle;
mod marking_intersection;
pub use marking_intersection::MarkingIntersection;
mod field_boundary;
pub use field_boundary::FieldBoundary;
mod goalpost_array;
pub use goalpost_array::GoalpostArray;
mod robot;
pub use robot::Robot;