Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Fankhauser committed Apr 26, 2016
1 parent bc6f417 commit 2cf5d7b
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions grid_map/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Separated OpenCV to grid map conversions to grid_map_cv package. The new methods
are more generalized, faster, and can be used without ROS message types.
* Contributors: Peter Fankhauser
Expand Down
2 changes: 1 addition & 1 deletion grid_map/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Meta-package for the universal grid map library.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Made the `isInside` checks `const`.
* Fixes polygon iterator bug when using moved maps.
* Added unit test for polygon iterator on a moved map.
Expand Down
2 changes: 1 addition & 1 deletion grid_map_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_core</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Universal grid map library to manage two-dimensional grid maps with multiple data layers.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_cv/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_cv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Separated OpenCV to grid map conversions to grid_map_cv package. The new methods
are more generalized, faster, and can be used without ROS message types.
* Added new convenience function to change the resolution of grid maps with help of the OpenCV interpolation methods.
Expand Down
2 changes: 1 addition & 1 deletion grid_map_cv/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_cv</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Conversions between grid maps and OpenCV images.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_demos/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_demos
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Added new demonstrators for OpenCV based operations.
* Resolving build errors for OpenCV.
* Added comment on iterator performance (`#45 <https://github.com/ethz-asl/grid_map/issues/45>`_).
Expand Down
2 changes: 1 addition & 1 deletion grid_map_demos/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_demos</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Demo nodes to demonstrate the usage of the grid map library.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_filters/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_filters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Contributors: Peter Fankhauser

1.2.0 (2016-03-03)
Expand Down
2 changes: 1 addition & 1 deletion grid_map_filters/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_filters</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Processing grid maps as a sequence of ROS filters.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_loader/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_loader
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Contributors: Peter Fankhauser

1.2.0 (2016-03-03)
Expand Down
2 changes: 1 addition & 1 deletion grid_map_loader/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_loader</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Loading and publishing grid maps from bag files.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Contributors: Peter Fankhauser

1.2.0 (2016-03-03)
Expand Down
2 changes: 1 addition & 1 deletion grid_map_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_msgs</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Definition of the multi-layered grid map message type.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Added new convenience function to change the resolution of grid maps with help of OpenCV interpolation methods (`#60 <https://github.com/ethz-asl/grid_map/issues/60>`_).
* Separated OpenCV to grid map conversions to grid_map_cv package (also fixes `#56 <https://github.com/ethz-asl/grid_map/issues/56>`_)
* Improved efficiency and generalized image to grid map conversion.
Expand Down
2 changes: 1 addition & 1 deletion grid_map_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_ros</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>ROS interface for the grid map library to manage two-dimensional grid maps with multiple data layers.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions grid_map_visualization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package grid_map_visualization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.3.0 (2016-04-26)
------------------
* Added new visualizer for flat point clouds and updated documentation and demos.
* Contributors: Peter Fankhauser, Daniel Stonier

Expand Down
2 changes: 1 addition & 1 deletion grid_map_visualization/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_visualization</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Configurable tool to visualize grid maps in RViz.</description>
<maintainer email="[email protected]">Péter Fankhauser</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit 2cf5d7b

Please sign in to comment.