Skip to content

Commit

Permalink
feat(diagnostic_graph_aggregator): remove edit feature (autowarefound…
Browse files Browse the repository at this point in the history
…ation#10062)

Signed-off-by: Takagi, Isamu <[email protected]>
Co-authored-by: Junya Sasaki <[email protected]>
  • Loading branch information
isamu-takagi and sasakisasaki authored Feb 5, 2025
1 parent 2d3928d commit 8ee3fed
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 49 deletions.
9 changes: 1 addition & 8 deletions system/autoware_diagnostic_graph_aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,7 @@ This is an example of a diagnostic graph configuration. The configuration can be
ros2 launch autoware_diagnostic_graph_aggregator example-main.launch.xml
```

You can reuse the graph by making partial edits. For example, disable hardware checks for simulation.

- [edit.yaml](./example/graph/edit.yaml)

```bash
ros2 launch autoware_diagnostic_graph_aggregator example-edit.launch.xml
```
If you want to share the same settings with a configuration that is missing some diagnostics due to differences in variations, we recommend that you unify the diagnostics by using [dummy_diag_publisher](../autoware_dummy_diag_publisher/README.md), etc.

## Debug tools

Expand All @@ -87,4 +81,3 @@ ros2 launch autoware_diagnostic_graph_aggregator example-edit.launch.xml
- [graph](./doc/format/graph.md)
- [path](./doc/format/path.md)
- [unit](./doc/format/unit.md)
- [edit](./doc/format/edit.md)
14 changes: 0 additions & 14 deletions system/autoware_diagnostic_graph_aggregator/doc/format/edit.md

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ The graph object is the top level structure that makes up the configuration file

## Format

| Name | Type | Required | Description |
| ------- | -------------------------------------- | -------- | ------------------------------------------------- |
| `files` | <code>list\[[path](./path.md)\]</code> | no | List of path objects for importing subgraphs. |
| `units` | <code>list\[[unit](./unit.md)\]</code> | no | List of unit objects that make up the graph. |
| `edits` | <code>list\[[edit](./edit.md)\]</code> | no | List of edit objects to partially edit the graph. |
| Name | Type | Required | Description |
| ------- | -------------------------------------- | -------- | --------------------------------------------- |
| `files` | <code>list\[[path](./path.md)\]</code> | no | List of path objects for importing subgraphs. |
| `units` | <code>list\[[unit](./unit.md)\]</code> | no | List of unit objects that make up the graph. |

This file was deleted.

This file was deleted.

0 comments on commit 8ee3fed

Please sign in to comment.