mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
3adf8c3e51
degree(100) = 1 float multiplicaiton vector3f * degree(100.0f) = 4 float multiplications degree(vector3f) * 100.0f = 6 float multiplications and needs new degree(vector3f) function degree(vector3f * 100.0f) = 6 float multiplications and needs new degree(vector3f) function These all come to the same conclusion but the one that is faster appears to be a bug but is mathematically correct. |
||
---|---|---|
.. | ||
AC_AttitudeControl_Heli.cpp | ||
AC_AttitudeControl_Heli.h | ||
AC_AttitudeControl_Multi.cpp | ||
AC_AttitudeControl_Multi.h | ||
AC_AttitudeControl.cpp | ||
AC_AttitudeControl.h | ||
AC_PosControl.cpp | ||
AC_PosControl.h | ||
ControlMonitor.cpp |