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

fix(mpc_lateral_controller): publish predicted trajectory in Frenet coordinate and visualize it on Rviz #1111

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Aug 8, 2024

Description

Regarding the visualization of the predicted trajectory by MPC, previously the trajectory in the frenet frame was used, but the one in the world coordinate is currently used by the following PR.
autowarefoundation/autoware.universe#5576

However, the predicted trajectory in the world coordinate has a bug as shown in the following video.

Therefore, as a temporal solution, this PR started to visualize the predicted trajectory in the frenet frame on Rviz again.

Tests performed

psim

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.

  • There are no open discussions or they are tracked via tickets.

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

…oordinate and visualize it on Rviz

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Copy link
Contributor

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@takayuki5168 takayuki5168 merged commit 1cba8e2 into autowarefoundation:main Aug 8, 2024
27 checks passed
@takayuki5168 takayuki5168 deleted the feat/mpc-predicted-trajectory-viz branch August 8, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ui User interface, user experience, graphical user interfaces. (auto-assigned) run:build-and-test-differential
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants