Skip to content

rgleason/pypilot_pi

Repository files navigation

pypilot Plugin for OpenCPN
=======================================
OpenCPN can communicate with pypilot already via nmea to receive compass
heading, and to autopilot, and the plugin is not strictly required.

The plugin allows for configuration and tuning of the autopilot in ways
not possible through basic nmea0183 messaging.  The plugin also allows
for graphical overlays of the autopilot settings directly onto the chart.

Compiling
=========

* git clone git://github.com/seandepagnier/pypilot_pi.git

Do NOT attempt to build this plugin from within the OpenCPN source tree.

Under windows, you must find the file "opencpn.lib" (Visual Studio) or "libopencpn.dll.a" (mingw) which is built in the build directory after compiling opencpn.  This file must be copied to the plugin directory.

Build as normally:

* cd ..
* cd build
* cmake ..
* make
* make install

License
=======
The plugin code is licensed under the terms of the GPL v3 or, at your will, later.

Packages

No packages published

Languages

  • C++ 62.7%
  • CMake 18.0%
  • C 9.2%
  • Shell 7.4%
  • Batchfile 1.9%
  • Python 0.7%
  • Makefile 0.1%