Closed iandareid closed 6 months ago
Turns out that the fix was to invert the rotation that aligned the spherical coordinate frame for the LLA. It was rotated by 90 degrees to align the axes, but it should have been rotated in the opposite direction by 90.
The Estimated position North and East is opposite to what it should be based on the output of path_planner and the full_estimator (MAVSim estimator with a ROS wrapper) says it should be. In order to match truth in Simulation the estimator North and East had to be inverted. This issue became clear while testing path following, in a recent flight test.