-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devel' for v1.9.7 release
- Loading branch information
Showing
10 changed files
with
50 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
<package format="2"> | ||
<package format="3"> | ||
<name>dynamic_edt_3d</name> | ||
<version>1.9.6</version> | ||
<version>1.9.7</version> | ||
<description> The dynamicEDT3D library implements an inrementally updatable Euclidean distance transform (EDT) in 3D. It comes with a wrapper to use the OctoMap 3D representation and hooks into the change detection of the OctoMap library to propagate changes to the EDT.</description> | ||
|
||
<author email="[email protected]">Christoph Sprunk</author> | ||
<maintainer email="[email protected]">Christoph Sprunk</maintainer> | ||
<maintainer email="w.merkt+oss@gmail.com">Wolfgang Merkt</maintainer> | ||
<maintainer email="opensource@wolfgangmerkt.com">Wolfgang Merkt</maintainer> | ||
<license>BSD</license> | ||
|
||
<url type="website">http://octomap.github.io</url> | ||
<url type="bugtracker">https://github.com/OctoMap/octomap/issues</url> | ||
|
||
<depend>octomap</depend> | ||
<buildtool_depend>cmake</buildtool_depend> | ||
|
||
<!-- The following tags are recommended by REP-136 --> | ||
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend> | ||
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
<package format="2"> | ||
<package format="3"> | ||
<name>octomap</name> | ||
<version>1.9.6</version> | ||
<version>1.9.7</version> | ||
<description>The OctoMap library implements a 3D occupancy grid mapping approach, providing data structures and mapping algorithms in C++. The map implementation is based on an octree. See | ||
http://octomap.github.io for details.</description> | ||
|
||
<author email="[email protected]">Kai M. Wurm</author> | ||
<author email="[email protected]">Armin Hornung</author> | ||
<maintainer email="[email protected]">Armin Hornung</maintainer> | ||
<maintainer email="w.merkt+oss@gmail.com">Wolfgang Merkt</maintainer> | ||
<maintainer email="opensource@wolfgangmerkt.com">Wolfgang Merkt</maintainer> | ||
<license>BSD</license> | ||
|
||
<url type="website">http://octomap.github.io</url> | ||
<url type="bugtracker">https://github.com/OctoMap/octomap/issues</url> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
<!-- The following tags are recommended by REP-136 --> | ||
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend> | ||
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
<package format="2"> | ||
<package format="3"> | ||
<name>octovis</name> | ||
<version>1.9.6</version> | ||
<version>1.9.7</version> | ||
<description>octovis is visualization tool for the OctoMap library based on Qt and libQGLViewer. See | ||
http://octomap.github.io for details.</description> | ||
|
||
<author email="[email protected]">Kai M. Wurm</author> | ||
<author email="[email protected]">Armin Hornung</author> | ||
<maintainer email="[email protected]">Armin Hornung</maintainer> | ||
<maintainer email="w.merkt+oss@gmail.com">Wolfgang Merkt</maintainer> | ||
<maintainer email="opensource@wolfgangmerkt.com">Wolfgang Merkt</maintainer> | ||
<license>GPLv2</license> | ||
|
||
<url type="website">http://octomap.github.io</url> | ||
<url type="bugtracker">https://github.com/OctoMap/octomap/issues</url> | ||
|
||
<!-- The following tags are recommended by REP-136 --> | ||
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend> | ||
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend> | ||
|
||
<buildtool_depend>cmake</buildtool_depend> | ||
|
||
<export> | ||
<build_type>cmake</build_type> | ||
</export> | ||
|