- Updated host changes.
- Updated author e-mail address.
- Contributors: Peter Fankhauser, Péter Fankhauser
- Fixed the constructor for the ros::Time in saveToBag to correctly use fromNSec.
- Fixed cpp-check warnings and errors.
- Removed dependency of grid_map_ros on grid_map_costmap_2d.
- Contributors: Perry Franklin, Péter Fankhauser
- Added backwards compatibility for costmap_2d conversion in grid_map_ros (#111).
- Contributors: Peter Fankhauser
- Added new ROS converter for polygon to triangle lists.
- Move costmap_2d conversion into separate package.
- Contributors: Peter Fankhauser
- Added conversion for Costmap2D from ROS Navigation (#84).
- Added Grid Map message traits to simplify code of the Grid Map RViz plugin (#87).
- Contributors: Peter Fankhauser, Stefan Kohlbrecher, Daniel Stonier
- Improved transformation of images to color grid map layers.
- Contributors: Peter Fankhauser
- Release for ROS Kinetic.
- Contributors: Peter Fankhauser
- Added new convenience function to change the resolution of grid maps with help of OpenCV interpolation methods (#60).
- Separated OpenCV to grid map conversions to grid_map_cv package (also fixes #56)
- Improved efficiency and generalized image to grid map conversion.
- Added image conversion for different encodings and depth resolutions.
- Fix scaling of image value to height conversion.
- Improved efficiency of the grid map to point cloud conversion by omitting invalid cells.
- Contributors: Peter Fankhauser, Daniel Stonier, Martin Wermelinger, Dominic Jud
- Changed the package name from grid_map to grid_map_ros and made grid_map a metapackage (#34).
- Added new occupancy grid to grid map converter (#33).
- Contributors: Peter Fankhauser
- Should fix errors on build server regarding Eigen3 and visualization_msgs dependencies.
- Changes to CMakeLists.txt to enable compatibility with Ubuntu Saucy.
- added installation instructions in CMakeLists
- new conversion from grid map to image
- general improvements and bugfixes
- release for Springer ROS Book Chapter