Localization with GNSS for autoware version12
I want to perform localization with GNSS data and I am located in Sweden. Now I have converted llh to ECEF coordinate. I calculate the offset between the gps and the origin of the map. Then I have two questions:1. In fix2tfpose.cpp, can I make gnss_pose.x= geo.x gnss_pose.y= geo.y gnss_pose.z= geo.z? I do not understand why they exchanged x and y in the code? 2. How can I bind lidar based ndt_pose with gnss_pose? Are they both using ECEF cartesian coordinates?