Skip to content

Commit d313a58

Browse files
committed
add substitutions
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent e31dc38 commit d313a58

File tree

1 file changed

+9
-0
lines changed
  • system/diagnostic_graph_aggregator/doc/format

1 file changed

+9
-0
lines changed

system/diagnostic_graph_aggregator/doc/format/path.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ The structure of the subgraph file should be [graph object](./graph.md).
88
| Name | Type | Required | Description |
99
| ------ | -------- | -------- | ------------------------------ |
1010
| `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

Comments
 (0)