-
Notifications
You must be signed in to change notification settings - Fork 664
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(smart_mpc_trajectory_follower): add smart_mpc_trajectory_follower #6805
Merged
kosuke55
merged 20 commits into
autowarefoundation:main
from
masayukiaino:feat/smart_mpc_trajectory_follower
May 14, 2024
Merged
feat(smart_mpc_trajectory_follower): add smart_mpc_trajectory_follower #6805
kosuke55
merged 20 commits into
autowarefoundation:main
from
masayukiaino:feat/smart_mpc_trajectory_follower
May 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
type:documentation
Creating or refining documentation. (auto-assigned)
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
labels
Apr 13, 2024
kosuke55
reviewed
Apr 15, 2024
masayukiaino
commented
Apr 15, 2024
kosuke55
reviewed
Apr 15, 2024
TakaHoribe
reviewed
Apr 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@masayukiaino some suggestions on readme
TakaHoribe
reviewed
Apr 24, 2024
control/smart_mpc_trajectory_follower/smart_mpc_trajectory_follower/param/mpc_param.yaml
Outdated
Show resolved
Hide resolved
TakaHoribe
added
the
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
May 1, 2024
TakaHoribe
approved these changes
May 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
kosuke55
reviewed
May 14, 2024
vividf
pushed a commit
to vividf/autoware.universe
that referenced
this pull request
May 16, 2024
autowarefoundation#6805) * feat(smart_mpc_trajectory_follower): add smart_mpc_trajectory_follower * style(pre-commit): autofix * modified control.launch.py * update README.md * Minor changes * style(pre-commit): autofix * bug fixed * update README and add a comment to mpc_param.yaml * minor changes * add copyright * mpc_param.yaml changed * add note to README * update according to spell check * update python_simulator according to spell check * update scripts according to spell check * update according to spell-check-partial * fixed ignored words in spell check --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]> Signed-off-by: vividf <[email protected]>
karishma1911
pushed a commit
to Interplai/autoware.universe
that referenced
this pull request
Jun 3, 2024
autowarefoundation#6805) * feat(smart_mpc_trajectory_follower): add smart_mpc_trajectory_follower * style(pre-commit): autofix * modified control.launch.py * update README.md * Minor changes * style(pre-commit): autofix * bug fixed * update README and add a comment to mpc_param.yaml * minor changes * add copyright * mpc_param.yaml changed * add note to README * update according to spell check * update python_simulator according to spell check * update scripts according to spell check * update according to spell-check-partial * fixed ignored words in spell check --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takamasa Horibe <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:documentation
Creating or refining documentation. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR contains the initial implementation of the smart_mpc_trajectory_follower package, a control algorithm that combines model predictive control and machine learning.
This package replaces trajectory_follower_node package and provides adaptive vehicle control.
Tests performed
Tested on a real vehicle, autoware simulator and the python simulator included in the package.
Notes for reviewers
Interface changes
Not applicable.
Effects on system behavior
Not applicable.
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.