Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/inter_node_data_path.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ search_paths(
) -> 'List[PathStructValue]'
```

The following sub-sections will explain their roles and usages in details.
The following sub-sections will explain their roles and usages in detail, and a example of using these options in a path search for Autoware can be found in [add_path_to_architecture.py](https://github.com/tier4/caret_report/blob/main/report/analyze_path/add_path_to_architecture.py).

#### Additional nodes

Expand Down
Loading