fhorinek / SkyDrop

SkyDrop combined variometer
http://skybean.eu/
GNU General Public License v2.0
87 stars 42 forks source link

Waypoints #153

Open Fulminao opened 8 years ago

Fulminao commented 8 years ago

Hi,

It would be very interesting and useful to insert, in some way, waypoints thats are very useful during a cross country fly, a competition, storing a position of a thermal, etc. It will be possible?

Thanks.

fhorinek commented 8 years ago

Do you mean pre-flight path waypoints or defining waypoints during flight?

Fulminao commented 8 years ago

I mean pre-flight path waypoints. So that I can place them before the race.

2016-03-23 8:41 GMT+01:00 František Horínek notifications@github.com:

Do you mean pre-flight path waypoints or defining waypoints during flight?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/fhorinek/SkyDrop/issues/153#issuecomment-200231317

fhorinek commented 8 years ago

Adding to todo list

Fulminao commented 8 years ago

I have a file, with "wpt" extension,which I can send a old 2015 example file to you in allegate that I must use for the race. It will be very beautiful if I put directly this file into the Skydrop SD directly and the Skydrop can read itself this file.

Thanks

2016-03-23 9:42 GMT+01:00 František Horínek notifications@github.com:

Adding to todo list

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/fhorinek/SkyDrop/issues/153#issuecomment-200249858

fhorinek commented 8 years ago

I would like to see the format. my mail is [deleted]

mattcanning commented 8 years ago

If this feature is implemented it would be useful to add a C-record to the IGC file as well, so that it's possible to have your flight declaration stored directly in the instrument.

almonn commented 8 years ago

I think its important to carefully manage feature requests on the Skydrop. If the functionality grows too much it will become unmanagable on such a small screen. Better in my opinion to keep the Skydrop to 'core/essential' functions, and when complex navigational/computational functions are required, simply feed the GPS & Barometric data to another device (via Bluetooth or Serial/UART) where (i) a more suitable/larger screen can be used, and (ii) the computations have already been achieved by a complex/mature product (e.g. XCSoar).

bubeck commented 6 years ago

Implemented as https://github.com/fhorinek/SkyDrop/pull/337

AberelGo commented 5 years ago

Hi! I try to navegate with skydrop to waypoints. I install the latest update 4016. The problem is my Skydrop no recognize my "waypoint.wpt" file (.WPT is a extension, not a txt file). I followed the instrucctions in this thread https://github.com/fhorinek/SkyDrop/wiki/Navigation-and-aerodrome-files but... don't works. Please can you help me? Sorry for my bad English

bubeck commented 5 years ago

Did you put the waypoint.wpt file into a subdirectory called "WAYPOINT"?

What exactly is not working?

  1. You must first select the file by choosing "Settings>Navigation>Waypoint". Do you see your file in the list of available files or is the list empty?
  2. Are you able to select the file and see the details (like the number of waypoints) in the details page?
  3. Did you add the waypoint widgets to a screen?
  4. Do the widgets show something?
AberelGo commented 5 years ago

Yes, I have two subdirectories in the memory. HOMES and WAYPOINT. And have a HOME widgets in one screen (the HOME functionallity works well). The HOMES widgets are the same for the navigation to waypoints? When I navigate for the menu "Settings>Navigation>Waypoint" found the file.WPT but the skydrop don't open it. This file only contains two lines:

WP MONT1 42.1089207 2.34940052 1000 WP MONT2 42.1251877 2.38785266 1000

Thanks for the reply bubeck!

bubeck commented 5 years ago

You must use quotes around the name

WP "MONT1" 42.1089207 2.34940052 1000
WP "MONT2" 42.1251877 2.38785266 1000

and you must use the waypoint widgets (and not the home widgets).

AberelGo commented 5 years ago

Ok. I put a waypoint widgets in one screen. And put quotes around the name of the points. But when I select the file. The skydrop do nothing. I think is a problem with the format of the file

bubeck commented 5 years ago

Could you please send me the file exactly as it is as an attachment

bubeck commented 5 years ago

You are right. v4016 has a bug, that was fixed (by myself, but I didn't remember) in https://github.com/fhorinek/SkyDrop/commit/1f5d6a0c2c48aef929d00e1ce81a58f0f395d65c in September 2018. Unfortunately, there was no official release after that date. So please wait for the next version. :(