Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add option to remove the points at the origin caused by the sensor platform.
  • Loading branch information
jbehley committed Mar 3, 2021
1 parent 805a35c commit 3550571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ tile size: 100.0 # size of a tile (the smaller the less scans get loaded.)
max scans: 500 # number of scans to load for a tile. (should be maybe 1000), but this currently very memory consuming.
min range: 0.0 # minimum distance of points to consider.
max range: 50.0 # maximum distance of points in the point cloud.
add car points: true # add points at the origin of the sensor possibly caused by the car itself. Default: false.

</pre>

Expand Down

0 comments on commit 3550571

Please sign in to comment.