Skip to content

Commit

Permalink
Update octomap citation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 16, 2023
1 parent 8095969 commit 88d61cf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
9 changes: 9 additions & 0 deletions doc/source/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,13 @@ @article{horn1987closed
pages={629--642},
year={1987},
publisher={Optica Publishing Group}
}

@inproceedings{wurm2010octomap,
title={OctoMap: A probabilistic, flexible, and compact 3D map representation for robotic systems},
author={Wurm, Kai M and Hornung, Armin and Bennewitz, Maren and Stachniss, Cyrill and Burgard, Wolfram},
booktitle={Proc. of the ICRA 2010 workshop on best practice in 3D perception and modeling for mobile manipulation},
volume={2},
pages={3},
year={2010}
}
2 changes: 2 additions & 0 deletions libs/maps/include/mrpt/maps/CColouredOctoMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ namespace maps
* This version stores both, occupancy information and RGB colour data at
* each octree node. See the base class mrpt::maps::COctoMapBase.
*
* The octomap library was presented in \cite wurm2010octomap
*
* \sa CMetricMap, the example in "MRPT/samples/octomap_simple"
* \ingroup mrpt_maps_grp
*/
Expand Down
2 changes: 2 additions & 0 deletions libs/maps/include/mrpt/maps/COctoMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ namespace maps
* This version only stores occupancy information at each octree node. See the
* base class mrpt::maps::COctoMapBase.
*
* The octomap library was presented in \cite wurm2010octomap
*
* \sa CMetricMap, the example in "MRPT/samples/octomap_simple"
* \ingroup mrpt_maps_grp
*/
Expand Down
8 changes: 1 addition & 7 deletions libs/maps/include/mrpt/maps/COctoMapBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ namespace mrpt::maps
* To use octomap's iterators to go through the voxels, use
* COctoMap::getOctomap()
*
* The octomap library was presented in:
* - K. M. Wurm, A. Hornung, M. Bennewitz, C. Stachniss, and W. Burgard,
* <i>"OctoMap: A Probabilistic, Flexible, and Compact 3D Map Representation
* for Robotic Systems"</i>
* in Proc. of the ICRA 2010 Workshop on Best Practice in 3D Perception and
* Modeling for Mobile Manipulation, 2010. Software available at
* http://octomap.sf.net/.
* The octomap library was presented in \cite wurm2010octomap
*
* \sa CMetricMap, the example in "MRPT/samples/octomap_simple"
* \ingroup mrpt_maps_grp
Expand Down

0 comments on commit 88d61cf

Please sign in to comment.