You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The one area of our code that doesn't support long range resolution is our measurement of position. We use Vector3f for all other positions other than our reference.
Feature request
The one area of our code that doesn't support long range resolution is our measurement of position. We use Vector3f for all other positions other than our reference.
ardupilot/libraries/AC_AttitudeControl/AC_PosControl.cpp
Line 669 in 8ad6e96
We would also need to support the Vector 3p through the PID object:
ardupilot/libraries/AC_PID/AC_P_2D.h
Line 24 in 8ad6e96
To do this it looks like we would need to work down to AP_NavEKF3_Outputs where we start to use Vector3F.
The text was updated successfully, but these errors were encountered: