|
|
07-03-2020, 03:07
|
#361
|
Registered User
Join Date: Mar 2017
Posts: 804
|
Re: Radar plugin v5.0.0 released
Quote:
Originally Posted by Ambler
Along with the Halo Radar you will need to integrate a magnetic heading sensor such as the Lowrance Point-1 (which also has gps). This is connected and powered up via a nmea 2000 cable into whatever display the radar gets connected to. Otherwise targets are not able to be tracked and the radar will not overlay a chart.
The Point-1 is the least expensive and more than adequate option as a heading sensor with the bonus of gps. Don't forget to calibrate this once mounted on your vessel.
|
Yep, also known as the Simrad GS25
|
|
|
09-03-2020, 07:43
|
#362
|
Registered User
Join Date: Apr 2012
Location: New Hampshire
Boat: CWorker 4 ASV
Posts: 17
|
Re: Radar plugin v5.0.0 released
Quote:
Originally Posted by Ambler
Along with the Halo Radar you will need to integrate a magnetic heading sensor such as the Lowrance Point-1 (which also has gps). This is connected and powered up via a nmea 2000 cable into whatever display the radar gets connected to. Otherwise targets are not able to be tracked and the radar will not overlay a chart.
The Point-1 is the least expensive and more than adequate option as a heading sensor with the bonus of gps. Don't forget to calibrate this once mounted on your vessel.
|
Thanks! The boat already has an Applanix POSMV positioning system for the multibeam sonar, so we'll use that to properly position the radar data.
The plan is to get the radar data into the ROS environment in the vehicle's frame of reference, then apply the transformations with that framework.
As for the display, ultimately there won't be a need for one when the boat is fully autonomous, but until then, the data will get compressed and sent to shore (or mothership) to be displayed on our mission planning and monitoring software.
|
|
|
11-03-2020, 15:18
|
#363
|
Registered User
Join Date: Sep 2008
Location: Auckland, NZ
Boat: Hood 38 - Wauquiez
Posts: 738
|
Re: Radar plugin v5.0.0 released
Is the Garmin GMR18HD+ supported with this plugin?
If so is it via wireless or wired or?
Thanks
|
|
|
11-03-2020, 15:59
|
#364
|
Registered User
Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,369
|
Re: Radar plugin v5.0.0 released
Quote:
Originally Posted by BigAl.NZ
Is the Garmin GMR18HD+ supported with this plugin?
If so is it via wireless or wired or?
Thanks
|
Similar questions has been raised here before. See here for example: https://www.cruisersforum.com/forums...ml#post2989747
We know about Garmin HD and xHD. For other, probably, rather similar types we have no verified information. But if anyone could get a hand on one for a test and report the result here others would benefit a lot. It would be really fine to be able to add more supported designations to the plugin description.
Wired is a secure and reliable connection. See more here what's said about Navico: https://github.com/opencpn-radar-pi/...ation-(Navico)
It may be the same for Garmin.
Håkan
|
|
|
09-04-2020, 07:39
|
#365
|
Registered User
Join Date: Apr 2019
Posts: 21
|
Re: Radar plugin v5.0.0 released
I have a Garmin xHD 18" and want to connect it to the plugin without connection to any plotter. I have bought Amphenol MRJ*5780*01 but I'm not sure how to do the connection on the pc board. Is there anyone with experience of this who can tell me where to connect the cable with the switch?
|
|
|
09-04-2020, 07:49
|
#366
|
Registered User
Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,369
|
Re: Radar plugin v5.0.0 released
|
|
|
09-04-2020, 08:08
|
#367
|
Registered User
Join Date: Apr 2019
Posts: 21
|
Re: Radar plugin v5.0.0 released
Håkan, thanks for your reply. I have read the wiki page but I’m not sure how to identify pin 5 and what is mean with ”connector shell chassis ground”. Is that the screw hole outside the female port?
|
|
|
14-04-2020, 11:08
|
#369
|
Registered User
Join Date: Jan 2020
Posts: 5
|
Re: Radar plugin v5.0.0 released
Hi, i'm running opencpn on my Pi 3B+ with stretch. I have installed and enabled the plugin but when i try to go into preferences and select my radar (BR24) OpenCPN crashes. There is nothing in syslog. Any suggestions on where to look or what to try?
|
|
|
14-04-2020, 12:27
|
#370
|
Registered User
Join Date: Apr 2008
Location: out cruising again, currently in Fiji
Boat: Sailboat
Posts: 1,479
|
Re: Radar plugin v5.0.0 released
Quote:
Originally Posted by chrisryan43
Hi, i'm running opencpn on my Pi 3B+ with stretch. I have installed and enabled the plugin but when i try to go into preferences and select my radar (BR24) OpenCPN crashes. There is nothing in syslog. Any suggestions on where to look or what to try?
|
Same here on two systems: PI4/Buster and a Kubuntu 20.04 laptop. dmesg shows a crash in libstdc++
Code:
[12624.191957] opencpn[11023]: segfault at 0 ip 00007f859236a191 sp 00007ffd55e66a40 error 6 in libstdc++.so.6.0.28[7f85922a6000+f0000]
[12624.191968] Code: 2f 4c 8d 77 10 4c 8b 66 08 48 89 fb 48 89 f5 4d 39 ee 0f 84 a9 00 00 00 48 8b 57 10 4c 39 e2 72 50 4d 85 e4 75 33 4c 89 63 08 <43> c7 44 a5 00 00 00 00 00 48 8b 44 24 08 64 48 2b 04 25 28 00 00
I can configure my Navico 4GA and 4GB in the config file just fine, but the crash happens everytime I use the radar type selection dialog.
|
|
|
14-04-2020, 13:52
|
#371
|
Registered User
Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,369
|
Re: Radar plugin v5.0.0 released
I can confirm the crash in both RPi3 and RPi4 even if built on each machine.
I can also confirm it's the radar selection method causing the bug.
@chrisryan43. A work around for the very moment, thanks to LeaseOnLife, is to close OCPN and edit your /home/pi/.opencpn/opencpn.conf file.
Change the setting: [PlugIns/Radar] Radar0Type to read exact like this:
Radar0Type=Navico BR24
Save the file and start OpenCPN again. That's working for me on my RPi3.
Thanks for the report. We need to investigate this bug.
|
|
|
14-04-2020, 13:59
|
#372
|
Registered User
Join Date: Jan 2020
Posts: 5
|
Re: Radar plugin v5.0.0 released
Thanks, following LeaseonLife's post i did edit the config and up and running now. Painfully slow though, even with OpenGL enabled. Any tips?
|
|
|
14-04-2020, 14:13
|
#373
|
Registered User
Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,369
|
Re: Radar plugin v5.0.0 released
Slow. RPi3, yes. I agree but the painful limit depends on your expectations on this little machine. It's working for navigation but not much for rapid zoom out and in.
RPi4 is of course much better.
Tips.. not really but for radar_pi check View->Refresh rate. Try "1" or "2" if it makes any difference, more will use power.
|
|
|
14-04-2020, 15:59
|
#374
|
Registered User
Join Date: May 2008
Location: puɐןsuǝǝnb 'ʎɐʞɔɐɯ
Boat: Nantucket Island 33
Posts: 4,876
|
Re: Radar plugin v5.0.0 released
This may be a new thing with the crashing? I installed radar on my toughbook a couple of days ago running a fresh install of linux lite and it does the same thing. OpenCPN immediately crashes with no notable log entries. This happened selecting 3g or BR24 Navico radar, but selecting emulated radar doesn't crash and works as expected. If emulated is selected, clicking "preferences" and selecting another radar from the "Radar Selection" dialog then clicking "Ok" causes the same crash without the new selection being saved.
Yesterday I installed the plugin on my Windows laptop and it works fine
I've attached a snippet of the opencpn log immediately prior to the crash. dmesg shows the same error as LeaseOnLife mentions.
|
|
|
14-04-2020, 16:42
|
#375
|
Registered User
Join Date: Apr 2008
Location: out cruising again, currently in Fiji
Boat: Sailboat
Posts: 1,479
|
Re: Radar plugin v5.0.0 released
The bug has been entered by Hakan on github:
https://github.com/opencpn-radar-pi/radar_pi/issues/132
He also found that 5.0.4-beta2 works for him. I played a bit more, going back only to beta6 still crashes for me, beta4 seems fine.
|
|
|
|
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
Advertise Here
Recent Discussions |
|
|
|
|
|
|
|
|
|
|
|
|
Vendor Spotlight |
|
|
|
|
|