Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Nov 5, 2024
1 parent f689643 commit a4185b0
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ files:
- { path: $(dirname)/system.yaml }
- { path: $(dirname)/vehicle.yaml }

edits:
- { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map }
- { type: remove, path: /autoware/localization/scan_matching_status }
- { type: remove, path: /autoware/localization/accuracy }
- { type: remove, path: /autoware/localization/sensor_fusion_status }
- { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion }
- { type: remove, path: /autoware/perception/topic_rate_check/pointcloud }

units:
- path: /autoware/modes/local
type: and
Expand Down Expand Up @@ -68,11 +76,3 @@ units:
type: and
list:
- { type: link, link: /autoware/system/service_log_checker }

edits:
- { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map }
- { type: remove, path: /autoware/localization/scan_matching_status }
- { type: remove, path: /autoware/localization/accuracy }
- { type: remove, path: /autoware/localization/sensor_fusion_status }
- { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion }
- { type: remove, path: /autoware/perception/topic_rate_check/pointcloud }

0 comments on commit a4185b0

Please sign in to comment.