IDE Con expression error
John Abshier
Posts: 1,116
HEADING_CORRECTOR = -(pi / 4.0) * 500.0 ' full turn for 45 degree error
yields 392.699
HEADING_CORRECTOR = (-pi / 4.0) * 500.0 ' full turn for 45 degree error
yields the correct answer -392.699
Propeller IDE version 1.0
yields 392.699
HEADING_CORRECTOR = (-pi / 4.0) * 500.0 ' full turn for 45 degree error
yields the correct answer -392.699
Propeller IDE version 1.0