Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tier4_control_launch): disable the trajectory extension #866

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

HansOersted
Copy link
Contributor

@HansOersted HansOersted commented Feb 9, 2024

Description

The original MPC can cause the unreasonable predicted trajectory.

For example, the following results are witnessed:

Screencast.from.02-09-2024.12.47.41.PM.webm
Screencast.from.02-08-2024.04_09_53.PM.webm

This is because that the original planned path is extended, making the MPC to track the unreasonable trajectory, especially near the end point of the planned path.

Therefore, this pull request disables this function in the path plan, the trajectory extension, in specific.
By doing so, this aggressive and unreasonable result in the MPC is avoided.

Related links

https://tier4.atlassian.net/browse/RT1-5172

Tests performed

Screencast.from.02-09-2024.12.43.20.PM.webm

Interface changes

Effects on system behavior

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

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

@satoshi-ota satoshi-ota merged commit 6c6e864 into autowarefoundation:main Feb 14, 2024
9 of 10 checks passed
yuki-takagi-66 pushed a commit to tier4/autoware_launch that referenced this pull request Jul 3, 2024
yuki-takagi-66 pushed a commit to tier4/autoware_launch that referenced this pull request Jul 3, 2024
yuki-takagi-66 pushed a commit to tier4/autoware_launch that referenced this pull request Jul 3, 2024
…erry_pick_mpc

fix: revert "chore: merge pull request autowarefoundation#866 from tier4/dm/use_vanilla_mpc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants