OpenMarine

Full Version: [SOLVED] Upgraded to 14 - no openplotter!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Help! - turned on the pi this afternoon and was prompted to upgrade to alpha 14

Did so, and now the openplotter app ( anchor icon) wont run.

The anchor splash screen appears briefly, then nothing

Reboot says there is another upgrade available 14.1, but how do i run that without openplotter?

Steve
open a terminal, type openplotter and copy here the error
I have also just updated (30min ago) and the same problem:

pi@openplotter:~ $ openplotter
Traceback (most recent call last):
File "/home/pi/.config/openplotter/openplotter", line 3503, in <module>
MainFrame().Show()
File "/home/pi/.config/openplotter/openplotter", line 267, in __init__
self.read_i2c()
File "/home/pi/.config/openplotter/openplotter", line 1873, in read_i2c
self.list_i2c.Append([str©, name, address, magn_list[c], iii[0], str(iii[1]), str(iii[2])])
UnboundLocalError: local variable 'magn_list' referenced before assignment


btw. i think it would be great if you could give pointers to your build system, so people could help with the development. E.g. i see the repositories for openplotter on github, but does not know where the code on my raspberry is etc. So it is hard to debug myself & help at the moment. Thanks for the great software!
Traceback (most recent call last):
File "/home/pi/.config/openplotter/openplotter", line 3519, in <module>
MainFrame().Show()
File "/home/pi/.config/openplotter/openplotter", line 267, in __init__
self.read_i2c()
File "/home/pi/.config/openplotter/openplotter", line 1889, in read_i2c
self.list_i2c.Append([str©, name, address, magn_list[c], iii[0], str(iii[1]), str(iii[2])])
IndexError: list index out of range
i try to update from remote desktop it starts then disconnects when i log back in it is still 0.13.1
one additional thing i have noticed, my imu is no longer showing up correctly in node-red dashboard
is this an i2c problem?

steve
Ok, I see, sorry. You had an IMU defined.

Go to:
/home/pi/.config/openplotter/openplotter.conf
or
/home/pi/.openplotter/openplotter.conf
and edit and delete all I2C sensors:

[I2C]
sensors =

Now, this is how IMUs work: https://sailoog.gitbooks.io/openplotter-...mpass.html
(2017-08-03, 06:54 PM)Sailoog Wrote: [ -> ]Ok, I see, sorry. You had an IMU defined.

Go to: /home/pi/.config/openplotter/openplotter.conf, edit and delete all I2C sensors:

[I2C]
sensors =

Now, this is how IMUs work: https://sailoog.gitbooks.io/openplotter-...mpass.html

The fix works! Thanks.
The first pypilot release, great!
Thanks Sailoog, Openplotter now running

took a quick look at the imu config, COOL !

steve
that looks sweet
i need a new imu now they sent me a QMC5883 i was trying to adapt that with an arduino ..
thanks
jim
Pages: 1 2 3 4 5