Skip to content

tdurand/tractornavigator

Repository files navigation

Tractor Navigator

Tractor navigator provides guidance for farmers driving tractors. It is a navigation app (like your car gps) that enables you to:

  • Visualize current position and trajectory on an open field (no road)
  • Follow accurately a predefined trajectory with live feedback to correct deviation
  • Record and visualized saved trajectories

See demo video: https://www.youtube.com/watch?v=9yNK1JyhWI4

Demo video

Download for APK for Android

First version developed for #MyGalileoApp Challenge 2019.

Dev notes

When cloning on a new machine

  • create a config.json file at root with a mapboxToken
{
    "mapboxToken": "your_mapbox_token"
}
  • run npx cap update android , npm i, npm run build , npx cap copy

  • open in native IDE (android studio / Xcode)

Acknowledgements:

Based on Ionic PWA toolkit augmented with capacitor https://capacitor.ionicframework.com