//! `maps_io_ros` provides fundamental I/O for 2D ROS grid maps including:
//! metadata parsing, value interpretation, colormaps and map poses.
//!
//! See the [maps](https://crates.io/crates/maps) app crate for a full
//! GUI application that builds on top of this I/O library.
//!
//! This crate has minimal dependencies and can be used in
//! other robotics applications that work with ROS map files.
// Re-export commonly used types.
pub use ;
pub use ;
pub use MapPose;
pub use Meta;
pub use ColorMap;
pub use ValueInterpretation;