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(system_diagnostic_monitor): set concrete diag settings for planning/control/vehicle #1239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yuki-takagi-66
Copy link
Contributor

@yuki-takagi-66 yuki-takagi-66 commented Nov 19, 2024

Description

This PR provides concrete diag settings for planning/control/vehicle components

Related links

This PR is a part of #1221

Tests performed

psim and scenario tests

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Yuki Takagi <[email protected]>
@github-actions github-actions bot added component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Nov 19, 2024
@yuki-takagi-66 yuki-takagi-66 changed the title set pcv diagns feat(system_diagnostic_monitor): set concrete diag settings Nov 19, 2024
@yuki-takagi-66 yuki-takagi-66 marked this pull request as ready for review November 19, 2024 07:58
@yuki-takagi-66 yuki-takagi-66 changed the title feat(system_diagnostic_monitor): set concrete diag settings feat(system_diagnostic_monitor): set concrete diag settings for planning/control/vehicle Nov 19, 2024
Comment on lines 11 to +15
- path: /autoware/modes/local
type: and
list:
- { type: link, link: /autoware/vehicle }
- { type: link, link: /autoware/system }
- { type: link, link: /autoware/control/local }
type: stale

- path: /autoware/modes/remote
type: and
list:
- { type: link, link: /autoware/vehicle }
- { type: link, link: /autoware/system }
- { type: link, link: /autoware/control/remote }
type: stale
Copy link
Contributor

Choose a reason for hiding this comment

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

Do not set these types to stale as this will disable local and remote modes.

Comment on lines +26 to +37
- { type: link, link: /planning/001-topic_status/route-error }
- { type: link, link: /planning/001-topic_status/trajectory-error }
- { type: link, link: /planning/003-trajectory_finite_validation-error }
- { type: link, link: /planning/004-trajectory_interval_validation-error }
- { type: link, link: /planning/005-trajectory_curvature_validation-error }
- { type: link, link: /planning/006-trajectory_relative_angle_validation-error }
- { type: link, link: /planning/007-trajectory_lateral_acceleration_validation-error }
- { type: link, link: /planning/008-trajectory_acceleration_validation-error }
- { type: link, link: /planning/009-trajectory_deceleration_validation-error }
- { type: link, link: /planning/010-trajectory_steering_validation-error }
- { type: link, link: /planning/011-trajectory_steering_rate_validation-error }
- { type: link, link: /planning/012-trajectory_velocity_deviation_validation-error }
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this number indicate?

@@ -1,90 +1,203 @@
units:
- path: /autoware/planning
type: short-circuit-and
Copy link
Contributor

Choose a reason for hiding this comment

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

The short-circuit-and type means that if an element has an error, the diagnostics for the following elements should not be evaluated. This does not seem to be maintained in the new configuration.

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

Successfully merging this pull request may close these issues.

2 participants