We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using only one encoder channel as default so set twoWayOdometrySensorUse = 0
in mower.cpp as default
The text was updated successfully, but these errors were encountered:
Number of total interrupts can further be reduced by choosing (old) 9.6 kHz ADC sample rate in adc.cpp again:
//sampleRate = SRATE_38462; sampleRate = SRATE_9615;
We should use 9.6 Khz until we have futher optimized the code/changed to Due.
Sorry, something went wrong.
are there any disadvantages in regard of perimeter tracking etc?
new default: using only one channel of our motor odometry encoder
1af7590
solves #35
done with 1af7590
No branches or pull requests
using only one encoder channel as default
so set
twoWayOdometrySensorUse = 0
in mower.cpp as default
The text was updated successfully, but these errors were encountered: