Skip to content

Pamphlett/Segregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segreagator: Global Point Cloud Registration with Semantic and Geometric Cues

We present Segregator, a global point cloud registration pipeline using both semantic and geometric information.

###Test Environment

  • Linux 18.04 LTS
  • ROS Melodic

###How to Build Run the following lines for denpandencies:

sudo apt install cmake libeigen3-dev libboost-all-dev

Then create a catkin workspace and clone the repo:

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone git@github.com:Pamphlett/Segreagator.git
cd Segregeator && mkdir build && cd build
cmake ..
mv pmc-src/ ../../../build/
cd ~/catkin_ws
catkin build segregator 

How to Run

With the provided scans in the materials folder, run the following lines in the catkin workspace for a toy example:

source devel/setup.bash
roslaunch segregator run_segregator.launch

About

[ICRA 2023] Segregator: Global Point Cloud Registration with Semantic and Geometric Cues

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors