mvelthaus / WearableComputing_NavGloves

0 stars 0 forks source link

Get bearing from weighted avergage #2

Open letorbi opened 4 years ago

letorbi commented 4 years ago

Use sensors if everything else fails

letorbi commented 4 years ago

Well, it works now (200d9ce1f4ea934f81c699c7cf5b8e7a7a1738b4), but could still be improved. The bearing based calculation is quite clumsy. It might be a better idea to calculate a hypothetical last position from the average of the last measured positions.

An approach could look like this:

letorbi commented 4 years ago

The bearing calculation was improved by f07ab3cf63137090b9b65c22ecf8916774d015d6. However, the suggestion from the previous comment should be tested...