-
Notifications
You must be signed in to change notification settings - Fork 649
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(control_validator)!: prefix package and namespace with autoware #7304
refactor(control_validator)!: prefix package and namespace with autoware #7304
Conversation
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.
autoware_autoware_autoware_....?
@danielsanchezaran |
|
||
![control_validator](./image/control_validator.drawio.svg) | ||
![autoware_control_validator](./image/autoware_control_validator.drawio.svg) |
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.
![autoware_control_validator](./image/autoware_control_validator.drawio.svg) | |
![autoware_control_validator](./image/control_validator.drawio.svg) |
| `/diagnostics` | diagnostic_msgs/DiagnosticStatus | diagnostics to report errors | | ||
| Name | Type | Description | | ||
| ---------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------- | | ||
| `~/output/validation_status` | autoware_control_validator/ControlValidatorStatus | validator status to inform the reason why the trajectory is valid/invalid | |
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.
| `~/output/validation_status` | autoware_control_validator/ControlValidatorStatus | validator status to inform the reason why the trajectory is valid/invalid | | |
| `~/output/validation_status` | control_validator/ControlValidatorStatus | validator status to inform the reason why the trajectory is valid/invalid | |
Psim and checked the output from the validator topic and that the node exists |
a6e86d3
to
aaa803c
Compare
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.
Could anyone please fix the CODEOWNERS errors?
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
Yhank you for your message, we will fix the codeowners in a different PR after the Autoware prefix adding PRs are merged. |
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
dfd3a0a
to
8c97463
Compare
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
@@ -61,7 +61,7 @@ void ControlValidator::setupParameters() | |||
} | |||
|
|||
try { | |||
vehicle_info_ = autoware::vehicle_info_utils::VehicleInfoUtils(*this).getVehicleInfo(); | |||
vehicle_info_ = autoware::vehicle_info_utils::VehicleInfoUtil(*this).getVehicleInfo(); |
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.
@danielsanchezaran
It seems that it has a mistake to change
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.
Fixed in
#7417
…are (#7304) * rename folders Signed-off-by: Daniel Sanchez <[email protected]> * rename add prefix Signed-off-by: Daniel Sanchez <[email protected]> * change param path Signed-off-by: Daniel Sanchez <[email protected]> * fix pluggin problem Signed-off-by: Daniel Sanchez <[email protected]> * fix extra prefixes Signed-off-by: Daniel Sanchez <[email protected]> * change back launchers Signed-off-by: Daniel Sanchez <[email protected]> * add namespace to address conflict Signed-off-by: Daniel Sanchez <[email protected]> * delete stubborn file Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Description
Part of:
Add autoware prefix
Related links
Tests performed
PSim, checked that node and topic work as usual
Notes for reviewers
Interface changes
ROS Topic Changes
ROS Parameter 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.