Skip to content

A tutorial about octomap. Please check my blog for detail: cnblogs.com/gaoxiang12

License

Notifications You must be signed in to change notification settings

WH-0501/octomap_tutor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octomap_tutor

A tutorial about octomap. Please check my blog for detail: cnblogs.com/gaoxiang12

解决PCD转octomap时未更新free node,导致后面使用octomap_server得到的2D occupancy地图没有可用区域的问题

Installation: Dependency: opencv - sudo apt-get install libopencv-dev boost - sudo apt-get install libboost-all-dev pcl - follow instructions on http://pointclouds.org/ octomap - https://github.com/OctoMap/octomap

Build: change the octomap path in cmake_modules/octomap-config.cmake ./build.sh

Usage: bin/pcd2octomap bin/pcd2colorOctomap bin/joinmap

Example: bin/pcd2octomap data/sample.pcd data/sample.bt -convert the sample pcd file to octomap file bin/pcd2colorOctomap data/sample.pcd data/sample.bt -convert the sample pcd file to color octomap file bin/joinmap - join the maps defined in data/keyframe.txt

About

A tutorial about octomap. Please check my blog for detail: cnblogs.com/gaoxiang12

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 84.0%
  • C++ 15.7%
  • Shell 0.3%