The Following 4 Users Say Thank You to carlosgonz For This Useful Post: | ||
|
2018-08-28
, 22:05
|
|
Community Council |
Posts: 1,669 |
Thanked: 10,225 times |
Joined on Nov 2014
@ Lower Rhine
|
#62
|
The Following 7 Users Say Thank You to mosen For This Useful Post: | ||
|
2018-08-28
, 22:19
|
|
Posts: 175 |
Thanked: 515 times |
Joined on Jul 2018
@ Guatemala
|
#63
|
The Following 4 Users Say Thank You to carlosgonz For This Useful Post: | ||
|
2018-08-28
, 23:42
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#64
|
The Following 6 Users Say Thank You to Kabouik For This Useful Post: | ||
|
2018-08-29
, 00:37
|
|
Posts: 175 |
Thanked: 515 times |
Joined on Jul 2018
@ Guatemala
|
#65
|
The Following User Says Thank You to carlosgonz For This Useful Post: | ||
|
2018-08-29
, 13:49
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#66
|
The Following 8 Users Say Thank You to rinigus For This Useful Post: | ||
|
2018-08-29
, 14:24
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#67
|
The Following 11 Users Say Thank You to rinigus For This Useful Post: | ||
|
2018-08-29
, 16:21
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#68
|
The Following 10 Users Say Thank You to MartinK For This Useful Post: | ||
|
2018-08-29
, 17:36
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#69
|
Hybrid navigation
Isn't that just "rotate map according to heading" ?
I can image this to have two configuration options:
- active: always/in navigation mode only/never
- heading source: magnetometer/direction of travel (IMU, some custom hardware, etc.)
For the record I plan to support this in modRana on the MapBox GL native widget (once usable)
Navigation in tunnels
What you are describing is basically dead reckoning or inertial navigation you take an initial known position and then try to compute position fixes later on via data you have available (absolute speed, compass, acceleration, etc.).
Ideally this would be something generic that works with the smartphone sensors (accelerometer, magnetometer, gyroscope, barometer) or any other available hardware (data from car sensors). This could be part of the location API, or something sitting on top of it, like the map matching API recently added to OSM Scout Server. That way all location using application could use this, possibly without even being aware the position fix came from inertial navigation and not actual GPS data.
Yes, in some cases having data about an upcoming tunnel & it's properties could help with the estimation, but then the logic would have to be much more wired to the app & it is still questionable if it would really help.
On a related note, do some of the commercial navigation applications, especially those integrated inside cars (so supposedly having all the car sensors at their disposals) do something like that (eq. GPS less position estimation) ? That could help answer the question how hard or even doable this is.
Multiple routes
I think the idea is you get multiple routes during route search, possibly even from multiple offline/online sources. Then you select one, forget about the others and follow it, including rerouting. (Yet another thing on the modRana TODO Matterhorn. ).
The Following 6 Users Say Thank You to rinigus For This Useful Post: | ||
|
2018-08-29
, 17:52
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#70
|
Some pages back (or was it in OSM thread?) i suggested to look into OBDfish for reliable speed data when gps is not available.
It would be so cool if pure maps could pick up some data from a running obd fish instance and do magic no nav app has done so far(?).
Sadly the turn indicator is not hooked to any ECU even in modern cars, so it is not accessible via obd2.
But it is mostly not necessary because i rarely remember having to take multiple exits in one continuous tunnel.
The most common situation are tunnels with some exits that leave out of the tunnel so the the signal would be picked up again when leaving and then correct the displayed position.
Most vital is the info when to exit/turn for the first time.
Why does no nav app display the distance to a speed limit?
For "fuel conservation" it is quite nice to know there will be a speed limit around the corner and it thus makes no sense to give full throttle for an overtake you will not finish. Or going fast and not having to waste precious brakes but gently roll out to allowed limit some hundret meters earlier (e.g.).
I checked in all common android apps, no one is doing it. I would love to see info about speed limits ~1km before reaching them. Or depending on speed, some sane amount of seconds before.
The Following 9 Users Say Thank You to DrYak For This Useful Post: | ||
Nokia N95 / Nokia N900 / Nokia N9 / Nokia N8 / Jolla 1 / Jolla C / Xperia X / Xperia 10 II / PinePhone / Librem 5 / Xperia 10 III / Xperia IV
Last edited by carlosgonz; 2018-08-29 at 01:31.