Skip to content
Discussion options

You must be logged in to vote

That message is output in the initial position estimation with the following code
https://github.com/autowarefoundation/autoware.universe/blob/daf082474c3e286949f132ed7b0b5ad02b65d224/localization/pose_initializer/src/pose_initializer/gnss_module.cpp#L37

Therefore, one solution is to comment out this code and rebuild the pose_initializer package.

When controlling from launch.xml, if the arg gnss_enabled passed to pose_initializer is set to false, a different error message may appear, but "The GNSS pose has not arrived" should not appear.

To change gnss_enabled, currently you need to directly change the following file in autoware.universe.
https://github.com/autowarefoundation/autoware.uni…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@SakodaShintaro
Comment options

@KJM-N
Comment options

@SakodaShintaro
Comment options

@KJM-N
Comment options

@SakodaShintaro
Comment options

Answer selected by KJM-N
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