Skip to content

Releases: ANYbotics/grid_map

1.6.4

06 Jan 11:30
Compare
Choose a tag to compare
Merge branch 'feature/grid-map/v1-6-4'

GitOrigin-RevId: 019c01a0103db9e37687c4beb6e7b665c4337dff

1.6.0

24 Nov 10:31
Compare
Choose a tag to compare
  • Release of new package to convert grid maps to signed distance fields.
  • Several new grid map filters for flexible processing of grid maps:
    • Math expression filter based on EigenLab,
    • Sliding window math expression filter,
    • Normal vector and curvature filter,
    • Color map, normal color, light intensity filter,
    • ... and more!
  • Added new sliding window iterator.
  • Added new thickenLine(), triangulation, and bounding box method to polygon.
  • Fixed compatibility issue with OpenCV 3.
  • Several bugfixes and performance improvements.

1.5.2

02 Aug 09:12
Compare
Choose a tag to compare
  • Last release for ROS Jade
  • Fixes error in grid_map_rviz_plugin when rendering lines.

1.5.1

02 Aug 09:11
Compare
Choose a tag to compare
  • Added backwards compatibility for costmap_2d conversion in grid_map_ros (#111).

1.5.0

18 Jul 11:56
Compare
Choose a tag to compare
  • Added new package for octomap to grid map conversion (including demo).
  • Added new function for polygon triangulation.
  • Added new ROS converter for polygon to triangle lists.
  • Moved costmap_2d conversion into a separate package.
  • Improved efficiency of mesh conversion.
  • Improved visualization to support triangles in all directions.
  • Fixed transparency issue for grid maps in RViz. (#68).
  • Fixed return value in getQuadrant member function.
  • Fixed buffer handling bug for circular and ellipse iterators.
  • Fixed bug for change resolution function in OpenCV processing class (including unit tests). (#91).
  • Extend grid_map_cv unit test for transparent pixels/nan-values.
  • General performance improvements, cleanups, and bugfixes.

1.4.2

24 Jan 16:11
Compare
Choose a tag to compare
  • Added conversion for Costmap2D from ROS Navigation (#84).
  • Added linear interpolation method for data access (with increased efficiency).
  • Fixed conversion to/from images in float&double format.
  • Added Grid Map message traits to simplify code of the Grid Map RViz plugin (#87).
  • Addressing C++ compiler warnings.

1.4.1

23 Oct 20:37
Compare
Choose a tag to compare
  • Added new grid_map_pcl package to convert from PCL mesh to grid map.
  • Added functionality to display color from grid map layer.
  • Added better handling of basic layers in Grid Map RViz plugin.
  • Added functionality to invert rainbow colors in RViz plugin.
  • Improved transformation of images to color grid map layers.
  • Improved line iterator with start and end positions.
  • Added method to retrieve submap size for iterators.
  • Improved transformation of images to color grid map layers.
  • Fixing issues with order of include with Eigen (#67).

1.4.0

22 Aug 14:08
Compare
Choose a tag to compare
  • Added new package grid_map_rviz_plugin to visualize Grid Map messages as 3d surface plots in RViz (height maps).

1.3.3

13 May 11:21
Compare
Choose a tag to compare
  • Release for ROS Kinetic (also for Jade and Indigo).
  • Updated dependency to OpenCV for compatibility with OpenCV 2/3.
  • Fixed grid_map_loader demo.

1.3.0

26 Apr 16:22
Compare
Choose a tag to compare
  • Separated OpenCV to grid map conversions to new grid_map_cv package. The new methods are more generalized, faster, and can be used without ROS message types.
  • Added demos on how to use the new OpenCV conversion methods.
  • Several speed improvements and bugfixes.