OpenMarine
Pypilot version 0.33 - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: Pypilot version 0.33 (/showthread.php?tid=3837)

Pages: 1 2


RE: Pypilot version 0.33 - drbarritt - 2022-01-10

(2022-01-10, 03:48 PM)ironman Wrote:
(2022-01-05, 11:07 PM)ironman Wrote: ... You can compile the watchdog plugin from github, but that watchdog gives an error in the opencpn log. For now it does not seem to be possible to use watchdog for pypilot.

The issue with compiling the watchdog plugin seems to have been resolved. Thx to Sean.

Hi, I tried to re-install the plugin (version 2.4.39.0) from the OpenCPN plugin manager, but still no joy with a connection to Pypilot.  Do I need to download this direct from Github? If so, could you tell me the commands I need to download and compile it.
Many thanks
David


RE: Pypilot version 0.33 - ironman - 2022-01-11

Code:
cd
rm -Rf watchdog_pi/
git clone git://github.com/seandepagnier/watchdog_pi.git
cd watchdog_pi/
mkdir build
mv src/WatchdogUI.h  include/
cd build
cmake ..
make
sudo make install

This should work on a raspberry and the whole sequence can be repeated if needed. After this, restart OpenCPN and the plugin should be available. Note that one file needed to be moved for the compile to work. This is bound to be solved soon, but it won't affect the install script.