Skip to content

Commit

Permalink
add params for acceleration prevention (autowarefoundation#454) (auto…
Browse files Browse the repository at this point in the history
…warefoundation#457)

Signed-off-by: Takamasa Horibe <[email protected]>

Co-authored-by: Takamasa Horibe <[email protected]>
  • Loading branch information
1 parent 3d7fb0b commit a17edb7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@

object_hold_max_count: 20

# For prevention of large acceleration while avoidance
min_avoidance_speed_for_acc_prevention: 3.0 # [m/s]
max_avoidance_acceleration: 0.5 # [m/ss]

# for debug
publish_debug_marker: false
print_debug_info: false
Expand Down

0 comments on commit a17edb7

Please sign in to comment.