-
Notifications
You must be signed in to change notification settings - Fork 663
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' (1.6.0 release)
Conflicts: octomap/CHANGELOG.txt octomap/CMakeLists.txt
- Loading branch information
Showing
67 changed files
with
1,201 additions
and
1,237 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
OctoMap - A probabilistic, flexible, and compact 3D mapping library for robotic systems. | ||
======================================================================================== | ||
|
||
|
||
Authors: Kai M. Wurm and Armin Hornung, University of Freiburg, Copyright (C) 2009-2013. | ||
http://octomap.github.com | ||
|
||
Further Contributors: | ||
* C. Sprunk, University of Freiburg | ||
* J. Mueller, University of Freiburg | ||
* S. Osswald, University of Freiburg | ||
* R. Schmitt, University of Freiburg | ||
* R. Bogdan Rusu, Willow Garage Inc. | ||
* C. Dornhege, University of Freiburg | ||
|
||
License: | ||
* octomap: [New BSD License](octomap/LICENSE.txt) | ||
* octovis and related libraries: [GPL](octovis/LICENSE.txt) | ||
|
||
|
||
Download the latest releases: | ||
https://github.com/octomap/octomap/tags | ||
|
||
API documentation: | ||
http://octomap.github.com/octomap/doc/ | ||
|
||
Report bugs and request features in our tracker: | ||
https://github.com/OctoMap/octomap/issues | ||
|
||
A list of changes is available in the [octomap changelog](octomap/CHANGELOG.txt) | ||
|
||
|
||
OVERVIEW | ||
-------- | ||
|
||
OctoMap consists of two separate libraries each in its own subfolder: | ||
**octomap**, the actual library, and **octovis**, our visualization libraries and tools. | ||
This README provides an overview of both, for details on compiling each please | ||
see [octomap/README.md](octomap/README.md) and [octovis/README.md](octovis/README.md) respectively. | ||
See http://www.ros.org/wiki/octomap and http://www.ros.org/wiki/octovis if you | ||
want to use OctoMap in ROS; there are pre-compiled packages available. | ||
|
||
You can build each library separately with CMake by running it from the subdirectories, | ||
or build octomap and octovis together from this top-level directory. E.g., to | ||
only compile the library, run: | ||
|
||
cd octomap | ||
mkdir build | ||
cd build | ||
cmake .. | ||
make | ||
|
||
To compile the complete package, run: | ||
|
||
cd build | ||
cmake .. | ||
make | ||
|
||
Binaries and libs will end up in the directories `bin` and `lib` of the | ||
top-level directory where you started the build. | ||
|
||
|
||
See [octomap README](octomap/README.md) and [octovis README](octovis/README.md) for further | ||
details and hints on compiling, especially under Windows. |
This file was deleted.
Oops, something went wrong.
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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,5 +1,3 @@ | ||
// $Id$ | ||
|
||
/** | ||
* dynamicEDT3D: | ||
* A library for incrementally updatable Euclidean distance transforms in 3D. | ||
|
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
Oops, something went wrong.