Skip to content

Commit

Permalink
fix(doc, object_merger): fix object merger document path (#8292)
Browse files Browse the repository at this point in the history
fix object merger document path

Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
  • Loading branch information
Owen-Liuyuxuan authored Aug 6, 2024
1 parent 0444e9f commit 4c3057a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions perception/autoware_object_merger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ The successive shortest path algorithm is used to solve the data association pro

## Parameters

{{ json_to_markdown("perception/object_merger/schema/object_association_merger.schema.json") }}
{{ json_to_markdown("perception/object_merger/schema/data_association_matrix.schema.json") }}
{{ json_to_markdown("perception/object_merger/schema/overlapped_judge.schema.json") }}
{{ json_to_markdown("perception/autoware_object_merger/schema/object_association_merger.schema.json") }}
{{ json_to_markdown("perception/autoware_object_merger/schema/data_association_matrix.schema.json") }}
{{ json_to_markdown("perception/autoware_object_merger/schema/overlapped_judge.schema.json") }}

## Tips

Expand Down

0 comments on commit 4c3057a

Please sign in to comment.