Skip to content

Commit

Permalink
feat(obstacle_stop_planner): add filtering feature for predicted obje…
Browse files Browse the repository at this point in the history
…cts (autowarefoundation#330)

Signed-off-by: Berkay Karaman <brkay54@gmail.com>
  • Loading branch information
brkay54 committed May 10, 2023
1 parent 95c2d2f commit be7f530
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
voxel_grid_z: 100000.0 # voxel grid z parameter for filtering pointcloud [m]
use_predicted_objects: False # whether to use predicted objects [-]
publish_obstacle_polygon: False # whether to publish obstacle polygon [-]
predicted_object_filtering_threshold: 1.5 # threshold for filtering predicted objects (valid only publish_obstacle_polygon true) [m]

stop_planner:
# params for stop position
Expand Down

0 comments on commit be7f530

Please sign in to comment.