| ||||
|
#1
| |||
| |||
| OpenPilot Version 1 beta has been released I am pleased to announce that OpenPilot v1 beta has been released. I hope to release the final V1 in January. At present, we are only releasing source code (with compilation instructions). I will try to do a binary release for Win32 and Debian Linux. You can get the code from http://sourceforge.net/projects/openpilot/ Cheers, Tim B. Lead Developer.
__________________ Open Source Marine Charting - openpilot.sourceforge.net Supported by engineering.selfip.org |
|
#2
| |||
| |||
| Thanks Tim, I await the Debian binaries...
__________________ building commenced 23April2009 - - http://boboramdesign.wordpress.com/39-c/ chatter on my build progress . . . http://www.boatdesign.net/forums/boa...-new-post.html |
|
#3
| ||||
| ||||
| Awesome, Tim ![]() It's days like this that I wish I knew something- anything- about coding so I could help out with the project....
__________________ -Matt Marsh- |
|
#4
| |||
| |||
| If I gave you guys some specifics to meet, and some cash, could you add stuff to it??? The answer is probably depends on specs and cash...lol.. |
|
#5
| |||
| |||
| Mydauphin, Whether cash is required depends on what we're talking about... But yeah, ask away. If it's a case of bringing forward stuff that's in the roadmap (see the website), that's fine as well (radar and sonar will be really hard so I'm not doing those until next year). I'm going to be talking to some suppliers fairly soon (prob end of next month) to see if I can get UK chart supply sorted, and also some data from more exotic instruments. Binaries for debian Lenny are attached, though not officially released. ;-) Cheers, Tim B.
__________________ Open Source Marine Charting - openpilot.sourceforge.net Supported by engineering.selfip.org |
|
#6
| ||||
| ||||
| OpenCPN I have downloaded your software; I am very impressed with the documentation youve got going (roadmap / widgets specifically). I am particularly interested in the GRIB file support and the NMEA gauges widget. Quote:
![]() I'm surprised OpenCPN has not had any mentions here - it's a free of charge, free software navigation system that is under development but apparently fully usable at this stage of development. Features of the most recent version, 1.3.0, include CM93 vector chart, S-57, raster chart (bsb3 .kaps) support, AIS support and runs on Windows, Mac and Linux. http://sourceforge.net/projects/opencpn - OpenCPN project page at Sourceforge http://bigdumboat.com/cpnindex.html - Lead developer's homepage http://www.cruisersforum.com/forums/...cpn-13653.html - Discussion Perhaps integration or code exchange between the two projects could be feasible? Best wishes, Max |
|
#7
| |||
| |||
| OpenCPN looks interesting, but the mechanisms used are very different from OpenPilot's (OP being a modular structure). OP also depends heavily on the GDAL libraries for chart format support, whereas it seems that OpenCPN supports this internally. Don't get confused between the NMEA parser and the gauges widget, they are two distinct blocks of code. If you wanted an instrument panel, you'd need at least three components: a SerialIO widget (to get the data) an NMEA widget (to parse it) and a gauge widget (to display it). GRIB support is present in v1b but it's crap. It needs a lot more time spent on it, and for the moment it's not going to get much attention from me, as I'm more concerned with getting the main charting finished. However, anyone who wants to pick up the GRIB class is quite welcome. Incidentally, "Sonar" refers to fish-finder type devices, simple depth readings are supported through the NMEA Parser. Which bit of the UK are you in Max? Cheers, Tim B.
__________________ Open Source Marine Charting - openpilot.sourceforge.net Supported by engineering.selfip.org |
|
#8
| |||||
| |||||
| Hello Tim, Quote:
![]() Quote:
Again, from your roadmap it appears you are looking at a similar set of features? Quote:
This is only implemented in rather expensive proprietary software at the moment. There is an optimisation algorithm for sailing simulation games, which the author may publish. Test it on his site, it works just like the $$$ implementations for racing.Quote:
Quote:
Best wishes, Max |
|
#9
| |||
| |||
| Max, I'm not quite sure what you're driving at with the NavMonPC functionality, as, apart from the rolling road display, everything else is handled. There is no single consolidated GUI yet, as that isn't the point of version 1 (v1 is all about getting the bits working, then we'll put it together). There is also a demux widget (albeit undocumented) which will handle time-domain data and graphing. Much of the functionality will be very similar between OpenPilot and OpenCPN, as you would expect, and you are right to suggest that we discuss possible interchange of ideas with them (we are an open-source project after all). Radar and Sonar are both proprietry, so it will be interesting to see how much help I get from manufacturers to implement their systems. NMEA2000 also faces similar issues. I have considered route-planning with GRIB data and polars, and making it work for round-the-cans or coastal racing, but I don't think it's a particularly simple job. It would be a great feature though. If you would like to work on the existing GRIB class (and please feel free to) just give me a shout and I'll add you to the developers list. Cheers, Tim B.
__________________ Open Source Marine Charting - openpilot.sourceforge.net Supported by engineering.selfip.org |
|
#10
| ||||
| ||||
| Hello Tim Quote:
The CM93 implementation seems to be of particular interest around the community, as worldwide vector charts are available from jeppersen (boeing subsidiary) and these are also widely "shared" online and amongst cruisers (albeit illegally).Quote:
NMEA 0183 on the other hand is by now omnipresent and may permit integration of the sensors/navigation system on commodity (pc) hardware. One could use a NASA masthead sensor or analogue->digital converters, thus cutting out the expensive display units etc. Quote:
Thanks for your attention, best regards max |
|
#11
| |||
| |||
| Quote:
For what I'm doing, recording the data was more important than displaying them. And I have the conventional TackTick instruments for normal sailing display. As for a chart plotter display, the laptop is really only useable inside the cabin. I had planned to use Open Pilot, but just haven't had the time to install it and learn to use it. I was thinking of maybe using a palm-top computer as a cockpit repeater/controller. Having just navigated down the San Juan channel in fog so thick we couldn't see either side with just the digital readout of COG, I'm starting to think a radar may be in my future, and that may drive me to a matching commercial display unit - ouch!
__________________ Tom Speer |
|
#12
| |||
| |||
| Gongratulations Tim for OpenPilot ! I'need your help to install it on my pc for testing. Perhaps, you can send me a binary for windows ? Do you have tested with S.57 Inlad Ecdis-Charts ? If'you want I can send you one. Please net me know, if you are intrested. Thank you very much, Johannes |
|
#13
| |||
| |||
| Johannes, Easy bits first, OpenPilot has been tested with the NOAA ENC Charts. These are in S-57 format, so any similar charts should work. I can check other charts if you like (as long as you have permission to distribute etc. etc.) Due to dependant library support I'm not currently (officially) supporting OP on MS Windows, however... Compiling windows binaries is a little more tricky. Most of the widgets should compile quite simply with QT4 and MinGW. The one that causes problems is the map widget. This is because it relies on the GDAL (GeoData Abstraction Libraries) and these are not well supported under Windows. There is a version of these libraries by Frank Warmerdam which will work on windows. I have compiled OP against these libraries before, so it is possible, but I have not done it recently. I am not currently at home, so I can't try to build windows binaries immediately. I will try to get something posted on the forum by the end of next weekend though. If you want to e-mail me a chart I can check it's compatibility easily enough. Thanks for your interest, Tim B.
__________________ Open Source Marine Charting - openpilot.sourceforge.net Supported by engineering.selfip.org |
|
#14
| |||
| |||
| Thank you very much for your post. Please send me your e-mail adress, then I'll send you one of the austrian inland waterway maps. My e-mail adress is groisz@gmx.at Sincerely, Johannes |
|
#15
| |||
| |||
| Breaking News: The OpenPilot Map Widget (which depends on the latest GDAL Libs) will compile on Windows! This is good news, as it means I'm getting ever closer to a possible cross-platform solution. However, I have no intention of officially supporting the windows platform at present (until we get a developer who wants to!). Cheers, Tim B.
__________________ Open Source Marine Charting - openpilot.sourceforge.net Supported by engineering.selfip.org |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BoatExpress version 1.0 | Gerard DeRoy | Software | 36 | 09-18-2007 11:16 PM |
| New solid modeling software open beta | winddink | Software | 0 | 05-16-2007 08:41 AM |
| new Boat Design Wiki (beta) | Jeff | Wiki | 20 | 04-18-2007 12:51 AM |
| engine beds for Beta JD3 | bcervelo | Diesel Engines | 3 | 04-12-2007 04:19 PM |
| Looking for BETA test users | marcb | Software | 4 | 03-20-2006 12:49 PM |