Skip to content

Commit

Permalink
add parameters for obstacle_cruise_planner
Browse files Browse the repository at this point in the history
  • Loading branch information
mitukou1109 committed May 2, 2024
1 parent b38e413 commit a26f6b7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
motorcycle: true
bicycle: true
pedestrian: true
pointcloud: false

cruise_obstacle_type:
inside:
Expand Down Expand Up @@ -68,8 +69,12 @@
motorcycle: true
bicycle: true
pedestrian: true
pointcloud: false

behavior_determination:
use_pointcloud: false
pointcloud_search_radius: 5.0

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

prediction_resampling_time_interval: 0.1
Expand Down

0 comments on commit a26f6b7

Please sign in to comment.