Skip to content

Commit

Permalink
feat(system_error_monitor): enable invalid trajectory size diag (#6127)
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe authored Jan 23, 2024
1 parent 05f8ea3 commit e4cae6f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
type: diagnostic_aggregator/AnalyzerGroup
path: trajectory_validation
analyzers:
trajectory_size:
type: diagnostic_aggregator/GenericAnalyzer
path: trajectory_validation_size
contains: [": trajectory_validation_size"]
timeout: 1.0

trajectory_finite_value:
type: diagnostic_aggregator/GenericAnalyzer
path: trajectory_validation_finite
Expand Down

0 comments on commit e4cae6f

Please sign in to comment.