Skip to content

Commit

Permalink
docs(pose_estimator_arbiter): fix pose initializer parameter table (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#6467)

fix pose initializer table

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
  • Loading branch information
KYabuuchi authored and StepTurtle committed Feb 27, 2024
1 parent 1beb75c commit 702c78a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions localization/pose_estimator_arbiter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,16 @@ This table's usage is described from three perspectives:
| yabloc | yabloc | false | true | true | /sensing/gnss/pose_with_covariance |
| eagleye | vehicle needs run for a while | false | false | true | /localization/pose_estimator/eagleye/... |
| artag | 2D Pose Estimate (RViz) | false | false | true | /sensing/gnss/pose_with_covariance |
| ndt, yabloc | ndt | ndt | true | true | /sensing/gnss/pose_with_covariance |
| ndt, eagleye | ndt | ndt | false | true | /sensing/gnss/pose_with_covariance |
| ndt, artag | ndt | ndt | false | true | /sensing/gnss/pose_with_covariance |
| ndt, yabloc | ndt | true | true | true | /sensing/gnss/pose_with_covariance |
| ndt, eagleye | ndt | true | false | true | /sensing/gnss/pose_with_covariance |
| ndt, artag | ndt | true | false | true | /sensing/gnss/pose_with_covariance |
| yabloc, eagleye | yabloc | false | true | true | /sensing/gnss/pose_with_covariance |
| yabloc, artag | yabloc | false | true | true | /sensing/gnss/pose_with_covariance |
| eagleye, artag | vehicle needs run for a while | false | false | true | /localization/pose_estimator/eagleye/pose... |
| ndt, yabloc, eagleye | ndt | ndt | true | true | /sensing/gnss/pose_with_covariance |
| ndt, eagleye, artag | ndt | ndt | false | true | /sensing/gnss/pose_with_covariance |
| yabloc, eagleye, artag | yabloc | ndt | true | true | /sensing/gnss/pose_with_covariance |
| ndt, yabloc, eagleye, artag | ndt | ndt | true | true | /sensing/gnss/pose_with_covariance |
| ndt, yabloc, eagleye | ndt | true | true | true | /sensing/gnss/pose_with_covariance |
| ndt, eagleye, artag | ndt | true | false | true | /sensing/gnss/pose_with_covariance |
| yabloc, eagleye, artag | yabloc | false | true | true | /sensing/gnss/pose_with_covariance |
| ndt, yabloc, eagleye, artag | ndt | true | true | true | /sensing/gnss/pose_with_covariance |

</details>

Expand Down

0 comments on commit 702c78a

Please sign in to comment.