Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(pose_estimator_arbiter): fix pose initializer parameter table #6467

Merged
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
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
Loading