autowarefoundation / autoware_launch

Apache License 2.0
29 stars 261 forks source link

fix(lane_change): parameter update #1115

Closed zulfaqar-azmi-t4 closed 1 month ago

zulfaqar-azmi-t4 commented 1 month ago

Description

This PR updates the following two parameters:

  1. longitudinal_velocity_delta_time for all RSS category
  2. use_all_predicted_path

Currently due to having these parameters set, lane change have become too conservative. In consequences, it has caused a lot of unintended lane change cancel during experiment.

These changes has been tested in experiment at odaiba and unintended cancel has been reduced and there is no critical issues observed.

Tests performed

TIER IV internal link

Effects on system behavior

Not applicable.

Interface changes

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.