Skip to content

Commit 2cf5d7b

Browse files
author
Peter Fankhauser
committed
1.3.0
1 parent bc6f417 commit 2cf5d7b

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

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.3.0 (2016-04-26)
6+
------------------
77
* Separated OpenCV to grid map conversions to grid_map_cv package. The new methods
88
are more generalized, faster, and can be used without ROS message types.
99
* Contributors: Peter Fankhauser

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.2.0</version>
4+
<version>1.3.0</version>
55
<description>Meta-package for the universal grid map library.</description>
66
<maintainer email="[email protected]">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.3.0 (2016-04-26)
6+
------------------
77
* Made the `isInside` checks `const`.
88
* Fixes polygon iterator bug when using moved maps.
99
* Added unit test for polygon iterator on a moved map.

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.2.0</version>
4+
<version>1.3.0</version>
55
<description>Universal grid map library to manage two-dimensional grid maps with multiple data layers.</description>
66
<maintainer email="[email protected]">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.3.0 (2016-04-26)
6+
------------------
77
* Separated OpenCV to grid map conversions to grid_map_cv package. The new methods
88
are more generalized, faster, and can be used without ROS message types.
99
* Added new convenience function to change the resolution of grid maps with help of the OpenCV interpolation methods.

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.2.0</version>
4+
<version>1.3.0</version>
55
<description>Conversions between grid maps and OpenCV images.</description>
66
<maintainer email="[email protected]">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.3.0 (2016-04-26)
6+
------------------
77
* Added new demonstrators for OpenCV based operations.
88
* Resolving build errors for OpenCV.
99
* Added comment on iterator performance (`#45 <https://github.com/ethz-asl/grid_map/issues/45>`_).

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.2.0</version>
4+
<version>1.3.0</version>
55
<description>Demo nodes to demonstrate the usage of the grid map library.</description>
66
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
77
<license>BSD</license>

grid_map_filters/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_filters
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.3.0 (2016-04-26)
6+
------------------
77
* Contributors: Peter Fankhauser
88

99
1.2.0 (2016-03-03)

grid_map_filters/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_filters</name>
4-
<version>1.2.0</version>
4+
<version>1.3.0</version>
55
<description>Processing grid maps as a sequence of ROS filters.</description>
66
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
77
<license>BSD</license>

0 commit comments

Comments
 (0)