Skip to content

Commit b478cda

Browse files
authored
Merge pull request #77 from ltriess/tutorial
Add tutorial to construct spherical depth projection from raw lidar point cloud
2 parents 7147e87 + cdfdea9 commit b478cda

File tree

2 files changed

+290
-0
lines changed

2 files changed

+290
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
channel,horizontal_angle_offset,vertical_angle
2+
1,-1.042,14.882
3+
2,-1.042,11.032
4+
3,-1.042,8.059
5+
4,-1.042,5.057
6+
5,-1.042,3.040
7+
6,-1.042,2.028
8+
7,1.042,1.860
9+
8,3.125,1.688
10+
9,5.208,1.522
11+
10,-5.208,1.351
12+
11,-3.125,1.184
13+
12,-1.042,1.013
14+
13,1.042,0.846
15+
14,3.125,0.675
16+
15,5.208,0.508
17+
16,-5.208,0.337
18+
17,-3.125,0.169
19+
18,-1.042,0.000
20+
19,1.042,-0.169
21+
20,3.125,-0.337
22+
21,5.208,-0.508
23+
22,-5.208,-0.675
24+
23,-3.125,-0.845
25+
24,-1.042,-1.013
26+
25,1.042,-1.184
27+
26,3.125,-1.351
28+
27,5.208,-1.522
29+
28,-5.208,-1.688
30+
29,-3.125,-1.860
31+
30,-1.042,-2.028
32+
31,1.042,-2.198
33+
32,3.125,-2.365
34+
33,5.208,-2.536
35+
34,-5.208,-2.700
36+
35,-3.125,-2.873
37+
36,-1.042,-3.040
38+
37,1.042,-3.210
39+
38,3.125,-3.375
40+
39,5.208,-3.548
41+
40,-5.208,-3.712
42+
41,-3.125,-3.884
43+
42,-1.042,-4.050
44+
43,1.042,-4.221
45+
44,3.125,-4.385
46+
45,5.208,-4.558
47+
46,-5.208,-4.720
48+
47,-3.125,-4.892
49+
48,-1.042,-5.057
50+
49,1.042,-5.229
51+
50,3.125,-5.391
52+
51,5.208,-5.565
53+
52,-5.208,-5.726
54+
53,-3.125,-5.898
55+
54,-1.042,-6.061
56+
55,-1.042,-7.063
57+
56,-1.042,-8.059
58+
57,-1.042,-9.060
59+
58,-1.042,-9.885
60+
59,-1.042,-11.032
61+
60,-1.042,-12.006
62+
61,-1.042,-12.974
63+
62,-1.042,-13.930
64+
63,-1.042,-18.889
65+
64,-1.042,-24.897

tutorials/raw_depth_projection/raw_depth_projection.ipynb

+225
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)