-
Notifications
You must be signed in to change notification settings - Fork 668
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(Vehicle_cmd_gate): rework parameters #5579
refactor(Vehicle_cmd_gate): rework parameters #5579
Conversation
6d70015
to
907f5b4
Compare
…utowarefoundation#5554) * refactor(goal_planner): refactoring plan flow and add post process Signed-off-by: kosuke55 <[email protected]> do not decel when searching Signed-off-by: kosuke55 <[email protected]> rename planPullOver Signed-off-by: kosuke55 <[email protected]> * add plan flow Signed-off-by: kosuke55 <[email protected]> * add reason of early return Signed-off-by: kosuke55 <[email protected]> * typo Signed-off-by: kosuke55 <[email protected]> * fix path_candidate_ Signed-off-by: kosuke55 <[email protected]> * pub path candidate after approval Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Signed-off-by: karishma <[email protected]>
Signed-off-by: karishma <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]> Signed-off-by: karishma <[email protected]>
Signed-off-by: karishma <[email protected]>
907f5b4
to
5ee3aa8
Compare
Hi @karishma1911 Thanks for your contribution. But this PR seems to include unnecessary commits. Could you rebase this PR with latest main branch? |
Due to uncommitted changes has been pushed in this PR, I want to close this PR |
@karishma1911 OK. Please close this PR. I'll review #5652. |
|
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the vehicle_cmd_gate package.
Remove the default value from the source code in order to ensure all parameter values are passed from the parameter files.
Create the schema
Tests performed
Not applicable.
Effects on system behavior
More reliable and faster parameter configuration file creation.
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.