Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TixiaoShan authored Jul 16, 2018
1 parent 6ddb702 commit 2c75f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ Lidar odometry performs two-step Levenberg Marquardt optimization to get 6D tran

VLP-16 has a angular resolution of 0.2° along x direction and 2° along y direction. It has 16 beams. The angle of the bottom beam is 15°. Thus, the parameters in "utility.h" are listed as.

'''
extern const int N_SCAN = 16;
extern const int Horizon_SCAN = 1800;
extern const float ang_res_x = 0.2;
extern const float ang_res_y = 2.0;
extern const float ang_bottom = 15.0;
extern const int groundScanInd = 7;
'''


## Run the package
Expand Down

0 comments on commit 2c75f9b

Please sign in to comment.