-
Notifications
You must be signed in to change notification settings - Fork 682
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
Evaluate performance of localization pipeline #602
Comments
KITTI might not be a good choice since no ground truth |
|
Current issues:
|
Sorry, to be honest! I really do not know the meaning of "if current perception has enough capability for Localization"? |
Hi, this map is generated by simply concatenating pcd frames because the dataset provides post-processed ground truth poses. The implementation can be referenced here. pcd_mapping
We are trying to evaluate the accuracy of the localization module of |
|
Related Discussion: autowarefoundation/autoware#2618 |
Converted sample map and ros2 bag |
KITTI Localization |
Instructions on running localization with KITTI Tools could be found in the following repo:
(A ready-to-go dataset could be found here sample map and bag, I'm not sure if it is correctly shared, please let me know if it could not be accessed. )
|
Duplicates of the related RP is found. Will try to merge this feature into the existing |
chore: sync upstream
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
* chore: add reviewer/assignee of sync-awf-latest-reference-design's PR (autowarefoundation#594) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * ci(slack-send): remove unused workflow (autowarefoundation#600) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * ci(sync-files): sync .fdignore and .rgignore (autowarefoundation#601) * chore: sync files (autowarefoundation#588) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * feat: rename launch branch (autowarefoundation#604) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: remove sync-awf-latest-<reference-desing>.yaml (autowarefoundation#608) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * chore: sync files (autowarefoundation#602) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Tomohito ANDO <tomohito.ando@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
* chore: add reviewer/assignee of sync-awf-latest-reference-design's PR (autowarefoundation#594) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * ci(slack-send): remove unused workflow (autowarefoundation#600) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * ci(sync-files): sync .fdignore and .rgignore (autowarefoundation#601) * chore: sync files (autowarefoundation#588) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * feat: rename launch branch (autowarefoundation#604) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: remove sync-awf-latest-<reference-desing>.yaml (autowarefoundation#608) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * chore: sync files (autowarefoundation#602) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * chore(deps): replace peter-evans/enable-pull-request-automerge with GitHub CLI (autowarefoundation#612) * build(deps): bump peter-evans/enable-pull-request-automerge from 2 to 3 Bumps [peter-evans/enable-pull-request-automerge](https://github.com/peter-evans/enable-pull-request-automerge) from 2 to 3. - [Release notes](https://github.com/peter-evans/enable-pull-request-automerge/releases) - [Commits](peter-evans/enable-pull-request-automerge@v2...v3) --- updated-dependencies: - dependency-name: peter-evans/enable-pull-request-automerge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update update-beta-branch.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * chore: sync files (autowarefoundation#609) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * chore(deps): bump peter-evans/create-pull-request from 4 to 5 (autowarefoundation#613) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: use GitHub instead of Github (autowarefoundation#616) doc: use GitHub instead of Github --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Tomohito ANDO <tomohito.ando@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com>
…owarefoundation#602) * Added a new parameter "n_startup_trials" Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> * Changed default `n_startup_trials` to 20 Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> --------- Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
chore: sync awf-latest
Checklist
Description
Evaluate performance of Localization pipeline.
Purpose
Evaluate performance of perception pipeline to confirm if current perception has enough capability for Localization
Possible approaches
Find available open datasets for evaluation and do benchmark testing.
Possible datasets:
Definition of done
The text was updated successfully, but these errors were encountered: