jgauchia / IceNav-v3

ESP32 Based GPS Navigator with OSM offline maps. (Under development)
GNU General Public License v3.0
50 stars 11 forks source link

Disable Compass or define map orientation priority #87

Closed hpsaturn closed 10 months ago

hpsaturn commented 10 months ago

Summary

Sometimes the compass is not calibrated or it fails for magnetic fields like Tram lines. For this reason the orientation sometimes it's wrong or has a lot of noise. It's possible give more priority to the navigation calculation, or have the setting to disable the compass in the map?

jgauchia commented 10 months ago

@hpsaturn Disable the compass on the map? or disable map rotation keeping the compass indicator located in the top right corner of the map?

hpsaturn commented 10 months ago

Yes, I agree, disable the rotation of the map by compass, and the possibility to enable the rotation by heading or movement detection? (and yes, the compass in the corner will be nice to have)

jgauchia commented 10 months ago

Ok, I'll try to do it! thanks @hpsaturn

jgauchia commented 10 months ago

Issue in 0.1.8_dev branch