Skip to content

A small package for converting pcd file to octomap *.bt/*.ot file

Notifications You must be signed in to change notification settings

Team-ROBIT/pcd2octomap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvt_pcd2octomap

Description

A ros package for converting pcd file to octomap *.bt/*.ot file.
It has two nodes, which is for binary and color tree respectively. Furthermore, online converting PointCloud2 to Octomap message is alse available using octomap_server and pcl_ros. You can use launch file to start it and rviz to visualize it.
An octomap of a room is like this:
octomap_room

Dependency

For offline file converting:

  • pcl 1.7
  • octomap 1.8 For online message converting:
  • pcl 1.7
  • octomap 1.8
  • ROS Kinetic
  • pcl_ros 1.4.4
  • octomap_server 0.6.4

Document

You can find more information about function usage here: https://haowenlai.github.io/pcd2octomap/

Author

Haowen Lai

About

A small package for converting pcd file to octomap *.bt/*.ot file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • CMake 22.5%