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 07-07-2022, 20:46   #106
Registered User

Join Date: May 2019
Location: Louisville, KY
Boat: Wooden 1940's Mystery Cruiser 33'
Posts: 24
Re: autopilot route plugin

Ironman: Watched your video, and can say the the behavior you observed of the target bearing sometimes not leading in the direction of ascending waypoint order persists in PIM master version 0.4.7.0

Rgleason: Were you able to run my VDR files from the GoogleDrive..? I may be able to isolate the behavior above and provide an edited snippet of VDR data if that would help.
__________________
_Dave
M/V Kitty Hawk
Dave Wright is offline   Reply With Quote
Old 08-07-2022, 04:53   #107
Registered User
 
ironman's Avatar

Join Date: Sep 2019
Posts: 66
Re: autopilot route plugin

Just tested the plugin under windows and it seems to hold up well, only it crashes opencpn when the plugin is disabled (Issue #19).

Also, at the end of a route (Route Position Bearing), the boat seems to veer off, but I expect this has to do with the simulator's lack of inertia, so for the moment I refrain from making it an issue.

ironman is offline   Reply With Quote
Old 31-07-2022, 16:40   #108
Registered User
 
ironman's Avatar

Join Date: Sep 2019
Posts: 66
Re: autopilot route plugin

Quote:
Originally Posted by ironman View Post
Just saw it's in beta. Great stuff and thanks to anyone involved! I've made a small clip to show how I have tested the plugin in the past and will test it here as well. Stay tuned. https://youtu.be/MxJgtAuGX0E
I just reinstalled my openplotter machine and I had to revert this plugin to the Dec 5, 2021 commit in Sean's repository. The behavior as I showed a month ago in this post now also occurs in this repository, and it makes that the plugin is unusable on a boat: instead of intercepting a route, it would turn around toward the first waypoint.

For those who want to compile a usable version of the plugin on a fresh openplotter3 / 64 bit installation, the following sequence seems to yield one:

Code:
sudo apt install libwxbase3.0-dev libbz2-dev wx-common libwxgtk3.0-gtk3-dev gettext
git clone https://github.com/seandepagnier/autopilot_route_pi
cd autopilot_route_pi/
git checkout 098226d8c5779b491800eca8ba6e233e3ec9582c
mkdir build
cd build
cmake ..
make
sudo make install
ironman is offline   Reply With Quote
Old 01-08-2022, 06:20   #109
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,783
Images: 2
Re: autopilot route plugin

Marco, thankyou for https://github.com/marcobergman/ais_simulation and https://youtu.be/MxJgtAuGX0E

These are very useful!


We will get it right sometime! Very sorry.
rgleason is offline   Reply With Quote
Old 01-08-2022, 10:32   #110
Registered User
 
ironman's Avatar

Join Date: Sep 2019
Posts: 66
Re: autopilot route plugin

No worries, I'm very much aware of the excellent work that is being done across the board and the difficulty of testing this particular plugin. This plugin is for me the cherry on the pie of both opencpn and pypilot, and with the youtube showing this plugin it all began for me. With an increasing number of pypilot installations, this plugin deserves to be out there. At this point I'd say it could do with a set of system and regression tests and I'm willing to define them and test each release, before it is released. If the simulation tool I made is too hard to use, I'm happy to use any other tool. Just let me know, I'm happy to help on this when the time is right.
ironman is offline   Reply With Quote
Old 02-08-2022, 10:52   #111
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,783
Images: 2
Re: autopilot route plugin

Marco, is this the right one to use?
https://github.com/rgleason/autopilo...6e233e3ec9582c


Are you sure it is sean's repository? It is Sean's commit however, but my repository.
Can't find any sha numbers like that on Sean's repo.
rgleason is offline   Reply With Quote
Old 02-08-2022, 11:03   #112
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,783
Images: 2
Re: autopilot route plugin

Now I found it. It is also on Sean's repo


https://github.com/seandepagnier/aut...6e233e3ec9582c
rgleason is offline   Reply With Quote
Old 02-08-2022, 16:35   #113
Registered User
 
ironman's Avatar

Join Date: Sep 2019
Posts: 66
Re: autopilot route plugin

I felt I had to elaborate on the issue I reported a few days ago - here's a movie that should make it clear why I installed that old version. Thanks for all your efforts!

https://youtu.be/06Bv5k1NFck
ironman is offline   Reply With Quote
Old 03-08-2022, 17:58   #114
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,783
Images: 2
Re: autopilot route plugin

I've tried to add some of the differences from Sean's repository at that commit.
I still have some questions about some other files in the src directory, but it does compile and load.


Next step is to get your testing program going to see if it is better.
rgleason is offline   Reply With Quote
Old 11-01-2023, 07:54   #115
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,783
Images: 2
Re: autopilot route plugin

Autopilot_route_pi is updated and now available for testing in O5.7.1 is found in PIM beta catalog. Please test and advise, good? or bad? and OS. We would like to move it to master.
rgleason is offline   Reply With Quote
Old 20-04-2023, 08:52   #116
Registered User
 
ironman's Avatar

Join Date: Sep 2019
Posts: 66
Re: autopilot route plugin

Very rewarding to see that this plugin is now in the master plugin channel of OpenCPN 5.8.0! I'd say that is the cherry on the pypilot pie.

ironman is offline   Reply With Quote
Old 22-04-2023, 06:55   #117
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,783
Images: 2
Re: autopilot route plugin

Well I ran some tests on it and it seemed to be working (with reservations) but the jury is still out.... so please advise, and keep a sharp lookout!



Quote:
Originally Posted by ironman View Post
Very rewarding to see that this plugin is now in the master plugin channel of OpenCPN 5.8.0! I'd say that is the cherry on the pypilot pie.

rgleason is offline   Reply With Quote
Old 26-03-2024, 13:34   #118
Registered User

Join Date: Jul 2017
Posts: 16
Re: autopilot route plugin

Hello!

Is it possible to use this Open CPN plugin on Android version of Open CPN too?

Thanks!
bouton is offline   Reply With Quote
Old 27-03-2024, 20:01   #119
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,783
Images: 2
Re: autopilot route plugin

Quote:
Originally Posted by bouton View Post
Hello!

Is it possible to use this Open CPN plugin on Android version of Open CPN too?

Thanks!

@bouton,


It might work but it has not been tested, and it may stress the system somewhat, but it might be worthwhile trying it, in a safe way. I would not hold too much hope out though.
rgleason is offline   Reply With Quote
Reply

Tags
autopilot, plug, route


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
How to Convert "*.route" Route File into ".*wpt" File To Be Used in Maxsea V.10 doiroda Navigation 7 12-03-2020 06:00
DR Plugin - splitting up GPX route files Rasbats OpenCPN 30 09-02-2019 11:42
Plugin development... How to receive chart objects in my plugin? dmartinez OpenCPN 6 04-08-2017 00:56
Accessing active route data in the Plugin interface? Brett Muir OpenCPN 2 07-07-2016 17:34
Broken download link, Route plugin Northern Irelan OpenCPN 1 21-04-2015 16:32

Advertise Here
  Vendor Spotlight
No Threads to Display.


All times are GMT -7. The time now is 12:56.


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.