From 14137f0ac5bc47453cedff252875a3736bc5460a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 16:56:42 +0000 Subject: [PATCH] ci(pre-commit): autofix --- perception/object_merger/README.md | 17 +++++++++-------- .../solver/gnn_solver_interface.hpp | 6 +++--- .../include/object_association_merger/node.hpp | 3 +-- .../data_association/data_association.cpp | 13 +++++-------- .../src/object_association_merger/node.cpp | 11 +++++++---- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/perception/object_merger/README.md b/perception/object_merger/README.md index 7638e71cdfc77..6993bb57b4f80 100644 --- a/perception/object_merger/README.md +++ b/perception/object_merger/README.md @@ -25,14 +25,15 @@ The successive shortest path algorithm is used to solve the data association pro ## Parameters -| Name | Type | Description | -| --------------------------- | ------ | -------------------------------------------------------------- | -| `can_assign_matrix` | double | Assignment table for data association | -| `max_dist_matrix` | double | Maximum distance table for data association | -| `max_area_matrix` | double | Maximum area table for data association | -| `min_area_matrix` | double | Minimum area table for data association | -| `max_rad_matrix` | double | Maximum angle table for data association | -| `base_link_frame_id` | double | association frame | +| Name | Type | Description | +| -------------------- | ------ | ------------------------------------------- | +| `can_assign_matrix` | double | Assignment table for data association | +| `max_dist_matrix` | double | Maximum distance table for data association | +| `max_area_matrix` | double | Maximum area table for data association | +| `min_area_matrix` | double | Minimum area table for data association | +| `max_rad_matrix` | double | Maximum angle table for data association | +| `base_link_frame_id` | double | association frame | + ## Assumptions / Known limits