Skip to content
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(obstacle_avoidance_planner): param changes for additional failure logging and failure mode handling #1905 #1361

Closed
wants to merge 3 commits into from

Conversation

PanConChicharron
Copy link
Contributor

@PanConChicharron PanConChicharron commented Mar 17, 2025

Description

Param changes for autowarefoundation/autoware_universe#10276

How was this PR tested?

Notes for reviewers

None.

Effects on system behavior

None.

Copy link

github-actions bot commented Mar 17, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Mar 17, 2025
@PanConChicharron PanConChicharron force-pushed the arjun.ram/RT0-33698_launch branch from 2ae6e42 to a3b0fc8 Compare March 17, 2025 05:54
Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp>
@PanConChicharron PanConChicharron force-pushed the arjun.ram/RT0-33698_launch branch from f02e9ac to 5af30a8 Compare March 17, 2025 08:57
@PanConChicharron PanConChicharron changed the title fix feat(obstacle_avoidance_planner): Param changes for additional failure logging and failure mode handling #1905 Mar 17, 2025
@PanConChicharron PanConChicharron marked this pull request as ready for review March 17, 2025 08:59
@PanConChicharron PanConChicharron changed the title feat(obstacle_avoidance_planner): Param changes for additional failure logging and failure mode handling #1905 feat(obstacle_avoidance_planner): param changes for additional failure logging and failure mode handling #1905 Mar 17, 2025
Comment on lines 28 to 32
- path: /autoware/planning/emergency_stop
type: and
list:
- { type: link, link: /planning/path_optimizer_emergency_stop-error }

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path name sounds too general, and we don't have to write this block IMO.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment on lines 64 to 66
- { type: link, link: /autoware/planning }
- { type: link, link: /autoware/system }
- { type: link, link: /autoware/vehicle }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there is no reason, the changes should be minimized by not re-ordering the existing lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted.

Comment on lines 11 to 12
- { type: link, link: /autoware/planning/trajectory_validation } # This line references the path defined below for /autoware/planning/trajectory_validation
- { type: link, link: /autoware/planning/emergency_stop } # This line references the path defined below for /autoware/planning/emergency_stop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the comment is necessary since the path is referred to in this file as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted.

Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp>
@PanConChicharron PanConChicharron force-pushed the arjun.ram/RT0-33698_launch branch from 6a82bd9 to 89a839b Compare March 18, 2025 01:57
@@ -88,3 +89,15 @@ units:
type: diag
node: planning_validator
name: trajectory_validation_velocity_deviation

- path: /autoware/planning/emergency_stop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a comment not to use this path in the TIER IV local autoware_launch repository.

@@ -63,6 +63,7 @@ units:
list:
- { type: link, link: /autoware/vehicle }
- { type: link, link: /autoware/system }
- { type: link, link: /autoware/planning }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR modifies the diagnostics/ directory.
But it seems that TIER IV internally uses tier4_diagnostics directory, so please update it instead of this directory.

@PanConChicharron
Copy link
Contributor Author

This PR is not needed. Changes to be directed to internal tier4 fork.

@PanConChicharron
Copy link
Contributor Author

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants