Skip to content

Commit 273728a

Browse files
committed
start implementation of ICP
1 parent 3d49cd1 commit 273728a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
"""
2+
3+
Iterative Closet Point (ICP) SLAM example
4+
5+
author: Atsushi Sakai (@Atsushi_twi)
6+
7+
"""
8+
9+
# import math
10+
# import numpy as np
11+
# import matplotlib.pyplot as plt
12+
13+
14+
def main():
15+
print(__file__ + " start!!")
16+
17+
18+
if __name__ == '__main__':
19+
main()

0 commit comments

Comments
 (0)