Pomax / are-we-flying

Writing auto-pilots in JavaScript for MSFS
40 stars 2 forks source link

make waypoint "NM" value refer to distance-from-last-waypoint #45

Closed Pomax closed 6 months ago

Pomax commented 8 months ago

it's currently based on distance-to-plane, which only the first waypoint should do (until passed). The rest should set their NM value based on "distance from previous waypoint" so that we know how long each leg is.

Pomax commented 6 months ago

done.