Skip to content

Commit e1627d3

Browse files
author
Peter Fankhauser
committed
1.5.0
1 parent e0c1924 commit e1627d3

26 files changed

Lines changed: 39 additions & 39 deletions

File tree

grid_map/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.5.0 (2017-07-18)
6+
------------------
77

88
1.4.2 (2017-01-24)
99
------------------

grid_map/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>grid_map</name>
4-
<version>1.4.2</version>
4+
<version>1.5.0</version>
55
<description>Meta-package for the universal grid map library.</description>
66
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
77
<license>BSD</license>

grid_map_core/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.5.0 (2017-07-18)
6+
------------------
77
* Added new function for polygon triangulation.
88
* Added Eigen macro for bit-alignment (`#88 <https://github.com/ethz-asl/grid_map/issues/88>`_).
99
* Added default copy constructor and assign operator methods after the rule of five.

grid_map_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>grid_map_core</name>
4-
<version>1.4.2</version>
4+
<version>1.5.0</version>
55
<description>Universal grid map library to manage two-dimensional grid maps with multiple data layers.</description>
66
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
77
<license>BSD</license>

grid_map_costmap_2d/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package grid_map_costmap_2d
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.5.0 (2017-07-18)
6+
------------------
77
* Move costmap_2d conversion into separate package.
88
* Contributors: Peter Fankhauser

grid_map_costmap_2d/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>grid_map_costmap_2d</name>
4-
<version>1.4.2</version>
4+
<version>1.5.0</version>
55
<description>Interface for grid maps to the costmap_2d format.</description>
66
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
77
<license>BSD</license>

grid_map_cv/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_cv
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.5.0 (2017-07-18)
6+
------------------
77
* Fixed bug for change resolution function in OpenCV processing class (including unit tests). (`#91 <https://github.com/ethz-asl/grid_map/issues/91>`_).
88
* Extend grid_map_cv unit test for transparent pixels/nan-values.
99
* Remove constructor and destructor declaration in GridMapCvConverter.

grid_map_cv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>grid_map_cv</name>
4-
<version>1.4.2</version>
4+
<version>1.5.0</version>
55
<description>Conversions between grid maps and OpenCV images.</description>
66
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
77
<license>BSD</license>

grid_map_demos/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.5.0 (2017-07-18)
6+
------------------
77
* Added demo for octomap to grid map conversion.
88
* Updated installation for demos.
99
* General performance improvements, cleanups, and reformatting.

grid_map_demos/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>grid_map_demos</name>
4-
<version>1.4.2</version>
4+
<version>1.5.0</version>
55
<description>Demo nodes to demonstrate the usage of the grid map library.</description>
66
<maintainer email="pfankhauser@ethz.ch">Péter Fankhauser</maintainer>
77
<license>BSD</license>

0 commit comments

Comments
 (0)