We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31dc38 commit d313a58Copy full SHA for d313a58
system/diagnostic_graph_aggregator/doc/format/path.md
@@ -8,3 +8,12 @@ The structure of the subgraph file should be [graph object](./graph.md).
8
| Name | Type | Required | Description |
9
| ------ | -------- | -------- | ------------------------------ |
10
| `path` | `string` | yes | The file path of the subgraph. |
11
+
12
+## Substitutions
13
14
+File paths can contain substitutions like ROS 2 launch. The supported substitutions are as follows.
15
16
+| Substitution | Description |
17
+| ----------------------------- | -------------------------------- |
18
+| `$(dirname)` | The path of this file directory. |
19
+| `$(find-pkg-share <package>)` | The path of the package. |
0 commit comments