Skip to content

Pose initialization fails #2536

Answered by kminoda
shmpwk asked this question in Q&A
Apr 20, 2022 · 0 comments · 2 replies
Discussion options

You must be logged in to vote

Thanks for the question!

I assume you don't have GNSS sensor and using GUI pose initialization method on RViz instead.

It is just a guess, but it appears that the covariance of pose_initializer is too large compared to your environment.

Default covariance for x and y of pose_initializer is 2[m], so decreasing the value may solve the issue.
You can change the value in:
YOUR_META_REPOSITORY/src/universe/autoware/localization/pose_initializer/config/pose_initializer.param.yaml
(here)

You’ll see initialpose_particle_covariance there. Try decreasing the first two value from 4.0 to smaller value such as 0.5.

Hope this helps.

Replies: 0 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@shmpwk
Comment options

shmpwk Apr 20, 2022
Maintainer Author

Answer selected by shmpwk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:localization Vehicle's position determination in its environment.
2 participants