Wrong initial heading in Autoware initialization #4088
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
@chivas1000 Hi, from reading your comments, I thought it might be because the map is not in East North Up.
After correcting the map, is the behavior of the vehicle still reversed? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also using GNSS for initialization positioning, but I encountered some problems and I am not sure whether GNSS initialization is successful. I am very happy to see this post because it is a successful case. May I ask which parameter you asked in your question, "use autoware orientation" and "not yet for NDT pose regularization, which are set to false", do you need to change it to false? Which parameter is it? I did not modify this step, I suspect that I did not set the parameters correctly. Looking forward to your reply. |
Beta Was this translation helpful? Give feedback.
Hi @YamatoAndo,
sorry for late reply, thank you for your answer!
after using the map with global coordinates, the gnss location aligned with the map.
but I want to mention that, since the GNSS Poser are publishing the map to gnss_base_frame TF(I've set it to base_link), then it competes/ with NDT or some other pose estimator, I need to comment out
line 376
tf2_broadcaster_.sendTransform(transform_stamped);
https://github.com/autowarefoundation/autoware.universe/blob/galactic/sensing/gnss_poser/src/gnss_poser_core.cpp
also I suggest carefully calibrate the sensor kit and use the INS to give AutowareOrientation for those who wants to use GNSS/INS to give orientation in Autoware.