-
Notifications
You must be signed in to change notification settings - Fork 34
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
refactor(path_optimizer): rename package name and fix trajectory visualizer #98
Conversation
Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
@takayuki5168 |
@TakaHoribe @satoshi-ota please approve |
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.
Perhaps motion_velocity_smoother
in this line is not used in the recent Autoware. As far as I see, velocity_smoother
is maybe the right one.
@sasakisasaki |
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.
In trajectory_visualizer.py Line 332-333.
if self.update_traj_final:
self.im10.set_data([0], [self.localization_vx])
self.im11.set_data([0], [self.vehicle_vx])
Description
obstacle_avoidance_planner -> path_optimizer
related to:
https://github.com/orgs/autowarefoundation/discussions/4741
fix some tools to work
Related links
Tests performed
Notes for reviewers
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.
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.