Skip to content

KOKIAOKI/simple_icp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_icp

How to run ICP

Specify two types of csv (target.csv and scan.csv) containing x coordinates in the first row and y coordinates in the second row. Refer to some datasets.

cd simple_icp
python3 icp_kdtree.py <target.csv> <scan.csv>

Operation example

You can chose 3 types optimization methods. Then, decide the initial pose while referring to the displayed graph. You can fixed the initial pose.

[ ICP/gradient:0, ICP/Newton:1, ICP/CG:2 ] >> 1
<< Please set the initail pose >>
initial_x >> 7
initial_y >> 3.5
initial_theta >> 0
Are you sure you want to conduct ICP from this pose? No:0 Yes:1 >>1

Initial_pose

Scan matching animation is saved in output_folder. newton_animation

About

simple icp algorithm for the test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages