-
Notifications
You must be signed in to change notification settings - Fork 672
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(trajectory_follower_nodes): change control running order to keep stopped state #1252
Conversation
…stopped state Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
b0654b6
to
8a7b6e0
Compare
Codecov Report
@@ Coverage Diff @@
## main #1252 +/- ##
========================================
+ Coverage 9.66% 9.71% +0.05%
========================================
Files 1054 1056 +2
Lines 72647 72763 +116
Branches 15819 15863 +44
========================================
+ Hits 7018 7070 +52
- Misses 59307 59623 +316
+ Partials 6322 6070 -252
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
In my environment, the vehicle starts before the steer is converged. 2022-07-06-21-41-42.mp4 |
hmm, I can not watch your video, but did you set following params true?
|
In parking scenario, it seems to work well. 2022-07-06-22-00-39.mp4 |
yes, I expected it |
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
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
It takes time to propagate the new trajectory to the output command, but it does not wait for the first trajectory. steer_converged-2022-07-06_23.31.47.mp4 |
…stopped state (tier4#1252) * fix(trajectory_follower_nodes): change control running order to keep stopped state Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add flag for receiving first trajectory Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…stopped state (tier4#1252) * fix(trajectory_follower_nodes): change control running order to keep stopped state Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add flag for receiving first trajectory Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…stopped state (tier4#1252) * fix(trajectory_follower_nodes): change control running order to keep stopped state Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add flag for receiving first trajectory Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…stopped state (autowarefoundation#1252) * fix(trajectory_follower_nodes): change control running order to keep stopped state Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add flag for receiving first trajectory Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…stopped state (tier4#1252) * fix(trajectory_follower_nodes): change control running order to keep stopped state Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add flag for receiving first trajectory Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…6786) (autowarefoundation#1252) * refactor(avoidance): unify similar param * refactor(avoidance): rename misreading params * refactor(avoidance): update parameter namespace * refactor(avoidance): use prefix th instead of threshold * refactor(avoidance): rename params * refactor(AbLC): rename params * refactor(avoidance): update yaml * refactor(AbLC): update yaml --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
Related links
#901
Tests performed
checked keeping stopped state until steer is converged when receiving a new trajectory.
Notes for reviewers
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.