OpenMarine
[SOLVED] 0.14.4 compass calibration does nothing - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] 0.14.4 compass calibration does nothing (/showthread.php?tid=669)



[SOLVED] 0.14.4 compass calibration does nothing - vapochilled - 2017-08-09

as above, under compass it detects my MPU-9250 I select heading and hit calibration, but nothing happens?
Am I missing something ?


RE: 0.14.4 compass calibration does nothing - Sailoog - 2017-08-09

any error on terminal?


RE: 0.14.4 compass calibration does nothing - vapochilled - 2017-08-10

I'm very new to this, how do I check that?


RE: 0.14.4 compass calibration does nothing - Saqqara - 2017-08-10

vapochilled: close the openplotter application, then reopen it through the drop down menu, Openplotter submenu. Choose Openplotter Debugging

Sailoog: I have the same issue clicking Calibrate button and nothing happens. I have STM LSM9DS0 IMU.

Traceback (most recent call last):
File "/home/pi/.config/openplotter/openplotter", line 1287, in on_calibration
subprocess.Popen('pypilot_calibration', cwd=self.home + '/.pypilot')
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


RE: 0.14.4 compass calibration does nothing - vapochilled - 2017-08-10

thanks, I'm reloading in the hope it was a bad file? I'll try shortly and attempt to get the text

OK, I think it must have something to do with the bad dependencies
just did a fresh install and update, and it's now working properly, at least the calibration window now opens up.


RE: 0.14.4 compass calibration does nothing - Sailoog - 2017-08-10

It seems that your update attempt failed and there are not installed packages. Probably you come from a fresh 0.10.0 install. There was a solved issue that could be the cause of your failed update.

Try again. To force update when you are running the last one, type:


Code:
 /home/pi/.config/openplotter/update/update_OpenPlotter.sh



RE: 0.14.4 compass calibration does nothing - vapochilled - 2017-08-11

thank you, did a fresh update from 0.10.0, and it works, thanks for fixing the dependancies