forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 32
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(control_evaluator): cherry pick/control evaluator to v4.0.0 #1644
Open
danielsanchezaran
wants to merge
11
commits into
beta/x2_gen2/v0.29.0
Choose a base branch
from
cherry-pick/control-evaluator-to-v4.0.0
base: beta/x2_gen2/v0.29.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(control_evaluator): cherry pick/control evaluator to v4.0.0 #1644
danielsanchezaran
wants to merge
11
commits into
beta/x2_gen2/v0.29.0
from
cherry-pick/control-evaluator-to-v4.0.0
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
…ndation#7765) * add route handler Signed-off-by: Daniel Sanchez <[email protected]> * add lanelet info to diagnostic Signed-off-by: Daniel Sanchez <[email protected]> * add const Signed-off-by: Daniel Sanchez <[email protected]> * add kinematic state info Signed-off-by: Daniel Sanchez <[email protected]> * clean Signed-off-by: Daniel Sanchez <[email protected]> * remove unusde subscriptions Signed-off-by: Daniel Sanchez <[email protected]> * clean Signed-off-by: Daniel Sanchez <[email protected]> * add shoulder lanelets Signed-off-by: Daniel Sanchez <[email protected]> * fix includes Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
…ed param name (autowarefoundation#7782) use class naming standard and use remapped param name Signed-off-by: Daniel Sanchez <[email protected]>
…nostics subscriber to planning eval (autowarefoundation#7849) * add utils and diagnostics subscription to planning_evaluator Signed-off-by: Daniel Sanchez <[email protected]> * add diagnostics eval Signed-off-by: Daniel Sanchez <[email protected]> * fix input diag in launch Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]> Signed-off-by: kosuke55 <[email protected]> Co-authored-by: kosuke55 <[email protected]>
* feat(evalautor): rename evaluator diag topics Signed-off-by: kosuke55 <[email protected]> * perception Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
* update readme Signed-off-by: Daniel Sanchez <[email protected]> * add maintainer Signed-off-by: Daniel Sanchez <[email protected]> * Update evaluator/autoware_control_evaluator/package.xml Add extra maintainer Co-authored-by: Tiankui Xian <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]> Co-authored-by: Tiankui Xian <[email protected]>
…ator. (autowarefoundation#9114) * init Signed-off-by: xtk8532704 <[email protected]> * tmp save. Signed-off-by: xtk8532704 <[email protected]> * save, there is a bug Signed-off-by: xtk8532704 <[email protected]> * update package.xml Signed-off-by: xtk8532704 <[email protected]> * coverage rate 64.5 Signed-off-by: xtk8532704 <[email protected]> * remove comments. Signed-off-by: xtk8532704 <[email protected]> --------- Signed-off-by: xtk8532704 <[email protected]>
…autowarefoundation#9155) * feat(control_evaluator): add goal accuracy longitudinal, lateral, yaw Signed-off-by: Kasunori-Nakajima <[email protected]> * style(pre-commit): autofix * fix: content of kosuke55-san comments Signed-off-by: Kasunori-Nakajima <[email protected]> * fix: variable name Signed-off-by: Kasunori-Nakajima <[email protected]> * fix: variable name Signed-off-by: Kasunori-Nakajima <[email protected]> --------- Signed-off-by: Kasunori-Nakajima <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ion#8352) * fix:unreadVariable Signed-off-by: kobayu858 <[email protected]> * fix:unreadVariable Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
…utowarefoundation#7781) add lanelet info to the planning evaluator Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
danielsanchezaran
requested review from
KeisukeShima,
taikitanaka3,
TakaHoribe,
takayuki5168 and
tkimura4
as code owners
November 14, 2024 04:15
github-actions
bot
added
type:ci
type:documentation
component:launch
component:evaluator
labels
Nov 14, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Cherry-picks:
9a64647 (HEAD -> cherry-pick/control-evaluator-to-v4.0.0, origin/cherry-pick/control-evaluator-to-v4.0.0) fix metrics topic name
1a3caa5 fix planning evaluator
ed0787f feat(planning_evaluator): add lanelet info to the planning evaluator (autowarefoundation#7781)
5eac890 fix(autoware_planning_evaluator): fix unreadVariable (autowarefoundation#8352)
3d83ad1 feat(control_evaluator): add goal accuracy longitudinal, lateral, yaw (autowarefoundation#9155)
4ac4f03 test(autoware_control_evaluator): add test for autoware_control_evaluator. (autowarefoundation#9114)
ef321d1 docs(control_evaluator): update readme (autowarefoundation#8829)
92ca5f9 feat(evalautor): rename evaluator diag topics (autowarefoundation#8152)
2111e76 feat(planning_evaluator,control_evaluator, evaluator utils): add diagnostics subscriber to planning eval (autowarefoundation#7849)
a8b0d47 refactor(control_evaluator): use class naming standard and use remapped param name (autowarefoundation#7782)
eabd0f2 feat(control_evaluator): add lanelet info to the metrics (autowarefoundation#7765)
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
Effects on system behavior
None.