This is an experimental project to control sections of an ISOBUS implement using AgOpenGPS. It is based on the AgIsoStack++ library.
After installing the desired release of AOG-TaskController, you can run it directly through AgOpenGPS itself:
- Open AgIO.
- Go to the
Settings
tab. - Click on the
ISOBUS
tab. - Select the CAN adapter and channel you want to use.
- Click on the
connect
button.
To package the project, you need to have the following tools installed:
Then, you can run the following commands:
mkdir build
cmake -S . -B build -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Wno-dev
cmake --build build --config Release --target package
The installer will be generated in the build
directory.