Skip to content

Commit

Permalink
Perception: change a default setting (ApolloAuto#12656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroldchen authored Sep 23, 2020
1 parent b97403f commit 429ddf5
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,19 @@
# default: -1.5
--ground_removal_height=-1.5

# enable down-sample point cloud by beams
# enable down-sampling point cloud by beams. Set false to use full cloud for
# more accurate detection, but some obstacles in front of ego vehicle might
# not be detected if you use 128c Lidar.
# type: bool
# default: false
--enable_downsample_beams=false
# default: true
--enable_downsample_beams=true

# factor for down-sampling point cloud beams
# type: int
# default: 4
--downsample_beams_factor=4

# enable down-sample point cloud by voxelization
# enable down-sampling point cloud by voxelization
# type: bool
# default: false
--enable_downsample_pointcloud=false
Expand Down

0 comments on commit 429ddf5

Please sign in to comment.