Skip to content

OrcunCanDeniz/cupoch_tuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cupoch Installation

Download eigen 3.3.7.

cd eigen-3.3.7
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
sudo make install

Follow tutorial below to install cupoch. https:/ZhenshengLee/perception_cupoch/blob/noetic/cupoch_conversions/docs/tutorial.md

Interfacing ROS

https:/ZhenshengLee/perception_cupoch

Clone repo and build as

export GPUAC_COMPILE_WITH_CUDA=1
catkin build -DCMAKE_BUILD_TYPE=Release

Potential Issues

Takeaways from this work

  • Transform+concat : ~2.2 ms for cupoch, ~3.3ms for pcl.
  • " Global crop -> self crop -> voxel grid " pipeline in single node: pcl ~21 ms cupoch ~12ms
  • Some pointcloud registration algorithms are implemented in cupoch. Might be useful in the future

About

Pointcloud preprocessing using cupoch with ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published