Skip to content

Commit

Permalink
add parameters for pointcloud filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
mitukou1109 committed May 8, 2024
1 parent a26f6b7 commit 1c5c362
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
behavior_determination:
use_pointcloud: false
pointcloud_search_radius: 5.0
pointcloud_voxel_grid_x: 0.05
pointcloud_voxel_grid_y: 0.05
pointcloud_voxel_grid_z: 100000.0
pointcloud_cluster_tolerance: 1.0
pointcloud_min_cluster_size: 1
pointcloud_max_cluster_size: 100000

decimate_trajectory_step_length : 2.0 # longitudinal step length to calculate trajectory polygon for collision checking

Expand Down

0 comments on commit 1c5c362

Please sign in to comment.