Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 22-12-2017, 18:55   #1
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,475
OCPN Beta 4.8.1 PreAlpha

Hello tester-folk...

We will start OCPN 4.8.1 Beta testing soon.

I preparation, we have been working against the Flyspray 4.8 bug-list, trying to edit/curate the tasks into an actionable list.

So, if you have posted a task on this list, please visit Flyspray soon.

https://opencpn.org/flyspray/

Note the status of your tasks, adding comments and clarification if necessary. We will not close these tasks until the Beta test starts and we can get consensus on their resolution.

Also, for those truly adventurous, the source code in the github repo for OCPN has been recently updated significantly. Test builds and variance reports are always welcome, even outside of a formal test cycle. Saves a lot of time later...

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 22-12-2017, 20:38   #2
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: OCPN Beta 4.8.1 PreAlpha

I built it last night to prove my MSVC++ setup was good. It runs. I'll try more later.
rgleason is offline   Reply With Quote
Old 23-12-2017, 12:44   #3
Registered User
 
sailorF54's Avatar

Join Date: Dec 2009
Location: Perros-Guirec, France
Boat: Jeanneau Sunshine 36
Posts: 999
Re: OCPN Beta 4.8.1 PreAlpha

Clean compile/install today (Ubuntu 16.04)... Everything smooth as silk


Trivia

21:32:47 CET: Erreur : File /usr/local/share/opencpn/uidata/markicons/Service-Fuel-Pump-Diesel&Petrol.svg doesn't exist.
21:32:47 CET: /usr/local/share/opencpn/uidata/markicons/Service-Fuel-Pump-Diesel&Petrol.svg
sailorF54 is offline   Reply With Quote
Old 23-12-2017, 13:31   #4
Registered User

Join Date: Jun 2015
Posts: 379
Re: OCPN Beta 4.8.1 PreAlpha

Hi,

For weather routing and grib I've a couple of changes , currently there's a big memory leak with interpolated records and I have a smart pointer thing for sharing grib records in weather routing between configurations but it means changing grib record in a non compatible way.
Dave and Sean have you time for looking at it?
did-g is offline   Reply With Quote
Old 23-12-2017, 14:59   #5
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,475
Re: OCPN Beta 4.8.1 PreAlpha

did...

Sure, bring it to the table. Now is a good time for potentially disruptive changes.

Dave
bdbcat is offline   Reply With Quote
Old 23-12-2017, 15:04   #6
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,739
Images: 2
Re: OCPN Beta 4.8.1 PreAlpha

This is just an idea, but using Tide Stations is not useful for getting better tide&current data inshore or even in Bay of Fundy or other places. RTOFS current files are not that accurate with respect to tides.

It would be great if we could make ODraw Boundaries and attach current/tide vector to them and have those treated like a current grib file and included in the calculations for weather_routing.

This would require some additional API message/call for ODraw <---> WxRte but it might be possible to do if the parties thought it was worthwhile.
rgleason is offline   Reply With Quote
Old 23-12-2017, 15:19   #7
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,796
Re: OCPN Beta 4.8.1 PreAlpha

Downloaded and compiled under Armbian - A20 ARMhf. An OLIMEX A20 board.

Long time compiling to see it working - but it does run with basic functions without hick-ups..
bcn is offline   Reply With Quote
Old 23-12-2017, 16:28   #8
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,425
Re: OCPN Beta 4.8.1 PreAlpha

Quote:
Originally Posted by did-g View Post
Hi,

For weather routing and grib I've a couple of changes , currently there's a big memory leak with interpolated records and I have a smart pointer thing for sharing grib records in weather routing between configurations but it means changing grib record in a non compatible way.
Dave and Sean have you time for looking at it?
Isn't the plugin that requests the record responsible for freeing it? How is it leaking?

If it could share records between configurations that might be nice, but I doubt it would help performance that much. How much memory?

Maybe it could just copy the records and use smart pointers within the weather routing plugin?

In any case, I'm happy to accept working changes that improve performance, but I'm just asking some basic questions.
seandepagnier is offline   Reply With Quote
Old 26-12-2017, 07:51   #9
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,256
Re: OCPN Beta 4.8.1 PreAlpha

Dave..
Win10 VS2013. Today's fetch.
Commit "Refactor AISTargetListDialog to enable size/location persistence."
Build error in AISTargetListDialog.cpp:
#include <../../../../pavuk-0.9.35/src/tr.h>

Code:
Error    1    error C1083: Cannot open include file: '../../../../pavuk-0.9.35/src/tr.h': No such file or directory    C:\Builds\OCPN\OpenCPN\src\AISTargetListDialog.cpp    39    1    opencpn
Håkan
Hakan is offline   Reply With Quote
Old 26-12-2017, 08:05   #10
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,256
Re: OCPN Beta 4.8.1 PreAlpha

Dave.. Pavel..
Win10 VS2013
Commit: "Implement user selectable SOG/COG calculation from position data."

The function is not working and when selected in options both COG and SOG are "jumping around" as it's out of control.
Håkan
Hakan is offline   Reply With Quote
Old 26-12-2017, 08:14   #11
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OCPN Beta 4.8.1 PreAlpha

Quote:
Originally Posted by Hakan View Post
Dave.. Pavel..
Win10 VS2013
Commit: "Implement user selectable SOG/COG calculation from position data."

The function is not working and when selected in options both COG and SOG are "jumping around" as it's out of control.
Håkan
Hakan...
And what is your actual speed? You of course can't expect this to provide any useful results if all the position change you get is random GPS error.

Pavel
nohal is offline   Reply With Quote
Old 26-12-2017, 08:21   #12
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,256
Re: OCPN Beta 4.8.1 PreAlpha

Pavel..
SOG = ~5.2 knots, COG = ~43 degr.
No GPS random errors. Very fine SOG and COG when the function is unchecked in option.
Håkan
Hakan is offline   Reply With Quote
Old 26-12-2017, 08:25   #13
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,256
Re: OCPN Beta 4.8.1 PreAlpha

Quote:
Originally Posted by Hakan View Post
Dave..
Win10 VS2013. Today's fetch.
Commit "Refactor AISTargetListDialog to enable size/location persistence."
Build error in AISTargetListDialog.cpp:
#include <../../../../pavuk-0.9.35/src/tr.h>
....
This error's corrected by next commit.
Thanks
Håkan
Hakan is offline   Reply With Quote
Old 26-12-2017, 08:27   #14
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OCPN Beta 4.8.1 PreAlpha

Pavel

When activating your new cog/sog feature in "options" this pops up:
Click image for larger version

Name:	Screenshot_20171226_111646.png
Views:	210
Size:	49.5 KB
ID:	161021

I tested this alpha from the command line and these are the last few lines:
Code:
/usr/include/wx-3.0/wx/datetime.h(876): assert "IsValid() && dt.IsValid()" failed in operator!=(): invalid wxDateTime

[1]+  Trace/breakpoint trap   (core dumped) /usr/local/bin/opencpn
Kubuntu 16.04 /64bits

Thomas
cagney is offline   Reply With Quote
Old 26-12-2017, 08:49   #15
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OCPN Beta 4.8.1 PreAlpha

Quote:
Originally Posted by Hakan View Post
Pavel..
SOG = ~5.2 knots, COG = ~43 degr.
No GPS random errors. Very fine SOG and COG when the function is unchecked in option.
Håkan
Hakan...
And your setting for the dampening? At 5 knots 1 second should be fine and is in my tests.

Pavel
nohal is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OCPN Beta Version 4.1 PlugIns bdbcat OpenCPN 5 28-09-2015 05:44
How to use MMR2-C-Map card reader with OCPN ? Flemming Torp OpenCPN 6 28-05-2012 08:39
Pictures of OCPN in action. cagney OpenCPN 0 03-04-2012 09:16
Furuno and OCPN KrisCatteceur Navigation 2 12-01-2012 13:04
Does OCPN support NMEA 0183 v3.1? Netsurfer OpenCPN 5 25-05-2010 07:42

Advertise Here


All times are GMT -7. The time now is 21:23.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.