Closed bergtwvd closed 1 year ago
It is clarified in semantics. 0 deg means true north. 90 deg means east, 180 south, 270 west. The direction is measured clockwise relative to the true north. Calculate values outside the range [0, 360) as modulo 360.
I.e. what is heading '0'?
Heading
0 deg
in tasks refers toEast
.Heading
90 deg
in tasks refers toNorth
.See https://github.com/AMSP-04/NETN-ETR/issues/43.