-
Notifications
You must be signed in to change notification settings - Fork 122
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
GroundControl error on RaspberryPi #749
Comments
That line sounds like the structure of the groundcontrol.ini file doesn't match what this version of GC expects; is this an old ini file with a much newer version of GC? |
oh hi Bar, neat project :) So that kind of worked, the python interpreter was still faulting with the same option error though so I appended an arbitrary 'propweightz = 20' into [Computed Settings] and it's at least now not breakpointing the python interpreter in the console output 🤷♂️ Thanks for the suggestions, is there any reference on the groundcontrol.ini file individual settings as they seem to be only generated by the calibrate function in the kivy app? |
Thanks! There isn't a documentation page for it but the code is fairly self documenting.
|
@BarbourSmith , PR #747 addresses this issue, right? |
I think #747 caused the issue when upgrading, but I couldn't replicate it |
I'm able to reproduce this problem by flashing 'Blink.ino' and then the current firmware and removing groundcontrol.ini before starting GC. |
Cool i see you've traced it back to a missing function variable in main.py. What's the git syntax to sync this PR or do you have to merge it with -master so we can update? edit: oh nope, don't have to wait (how good is git?) so for the impatient it's
note: doing this will probably cause a version mismatch notification in the app, as both of Bar's working copies seem to be at v1.20
which should be ok to dismiss until 1.20 firmware has a release tag. afaik there are no Python or Kivy specific flags to quieten this output with. so to diy you can quick-and-dirty your existing 1.19 to 1.20 in Maslow.h and reflash, or just wait for any significant upstream changes and a v1.20 tag in the firmware repo. |
This error occurs when running GroundControl with the Arduino connected
Here's the shell output
Any idea's as to what's breaking it? Is there a way to remove the calibration cache and have it start with no previous calibration data?
Hardware is a raspberrypi 3B + touchscreen
The text was updated successfully, but these errors were encountered: