Ticket #39 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

Entity rotation when approaching new heading is instant when other data is available

Reported by: oak Owned by: oak
Priority: normal Milestone:
Component: TrackViewNET Keywords:
Cc:

Description

The 'turn interpolation' does not work properly when using logs with e.g. 1 Hz GPS and 25 Hz accelerometer readings. Since the positions are interpolated, the normal turn-smoothing does not work. The smoothing must ignore interpolated values...

Change History

comment:1 Changed 3 years ago by oak

  • Owner changed from awa to oak
  • Status changed from new to accepted

comment:2 Changed 3 years ago by oak

Related to #40

comment:3 Changed 3 years ago by oak

(In [309]) Corrected InterpolateSoftChange() and moved the 'derived left/right' calculations to before the interpolation step
Refs #39

comment:4 Changed 3 years ago by oak

(In [311]) Improved angle calculations.
Refs #39

comment:5 Changed 2 years ago by oak

  • Status changed from accepted to closed
  • Resolution set to fixed

(In [321]) Moved calculations of derived values inside interpolation loop in a kind of multi-pass calculation. DegreesUpDown is now interpolated smoothly like the other values. Fixes #39

Note: See TracTickets for help on using tickets.