Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate GPS for RT speed compensation #1

Open
geezacoleman opened this issue Aug 23, 2021 · 4 comments
Open

Incorporate GPS for RT speed compensation #1

geezacoleman opened this issue Aug 23, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@geezacoleman
Copy link
Owner

Suggestion from Todd Matthews via Twitter to include FP9 GPS for turn compensation.

Fairly low cost parts: https://www.sparkfun.com/products/16475

Would require the addition of GPS comms/data retrieval class/functions and inclusion into delay/duration variables.

@geezacoleman geezacoleman added the enhancement New feature or request label Aug 23, 2021
@geezacoleman geezacoleman self-assigned this Aug 23, 2021
@geezacoleman
Copy link
Owner Author

idea is to incorporate ability to interpret NMEA strings via serial from tractor mounted RTK GPS as a starting point. NMEA interpretation is needed for GPS hats anyway.

Working on it in this branch: gps-string-reading

@EchelonMirror
Copy link

Instead of a $300 GPS module you can use a $30 IMU (https://www.adafruit.com/?q=DOF&sort=BestMatch). These will give you fast and accurate speed measurements, as well as jerks in the speed. This can also allow for a form of turn compensation since it can measure the device moving in 3D space (yaw/pitch/roll) relative to other units on the boom.

@geezacoleman
Copy link
Owner Author

That makes a lot of sense for more sensitive speed measurements, I had considered using IMUs for this. Though since this issue was posted the benefit of weed locations/GPS data in image EXIF has become more clear so have shifted towards GPS alone. Thoughts on GPS alone for effective speed or would you need IMUs as well for accurate compensation?

@EchelonMirror
Copy link

GPS will do the job for speed. Turn compensation more difficult since the devices have no real understanding of yaw movement if you have a single point measurement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants