Skip to content

Commit

Permalink
docs(autoware_diagnostic_graph_utils): rename package name in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Jan 24, 2025
1 parent 0ead575 commit 51959dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion system/autoware_diagnostic_graph_utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# diagnostic_graph_utils
# autoware_diagnostic_graph_utils

This package is a utility for diagnostic graph published by [diagnostic_graph_aggregator](../diagnostic_graph_aggregator/README.md).

Expand Down
4 changes: 2 additions & 2 deletions system/autoware_diagnostic_graph_utils/doc/node/converter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This tool converts `/diagnostics_graph` to `/diagnostics_array` so it can be rea
## Usage

```bash
ros2 run diagnostic_graph_utils converter_node
ros2 run autoware_diagnostic_graph_utils converter_node
```

## Examples
Expand All @@ -19,7 +19,7 @@ ros2 launch diagnostic_graph_aggregator example-main.launch.xml
Terminal 2:

```bash
ros2 run diagnostic_graph_utils converter_node
ros2 run autoware_diagnostic_graph_utils converter_node
```

Terminal 3:
Expand Down
4 changes: 2 additions & 2 deletions system/autoware_diagnostic_graph_utils/doc/node/dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This tool displays `/diagnostics_graph` in table format.
## Usage

```bash
ros2 run diagnostic_graph_utils dump_node
ros2 run autoware_diagnostic_graph_utils dump_node
```

## Examples
Expand All @@ -19,7 +19,7 @@ ros2 launch diagnostic_graph_aggregator example-main.launch.xml
Terminal 2:

```bash
ros2 run diagnostic_graph_utils dump_node
ros2 run autoware_diagnostic_graph_utils dump_node
```

Output:
Expand Down
2 changes: 1 addition & 1 deletion system/autoware_diagnostic_graph_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>autoware_diagnostic_graph_utils</name>
<version>0.40.0</version>
<description>The diagnostic_graph_utils package</description>
<description>The autoware_diagnostic_graph_utils package</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<maintainer email="[email protected]">Junya Sasaki</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion system/diagnostic_graph_aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ros2 launch diagnostic_graph_aggregator example-edit.launch.xml
## Debug tools

- [tree](./doc/tool/tree.md)
- [diagnostic_graph_utils](../diagnostic_graph_utils/README.md)
- [autoware_diagnostic_graph_utils](../autoware_diagnostic_graph_utils/README.md)

## Graph file format

Expand Down

0 comments on commit 51959dd

Please sign in to comment.