Skip to content

Commit

Permalink
fix(lane_change): consider max velocity during path planning (autowar…
Browse files Browse the repository at this point in the history
…efoundation#6615)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 authored Mar 15, 2024
1 parent 7e02693 commit d8a7984
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ struct BehaviorPathPlannerParameters
// common parameters
double min_acc;
double max_acc;
double max_vel;

double minimum_pull_over_length;
double minimum_pull_out_length;
Expand Down

0 comments on commit d8a7984

Please sign in to comment.