Mikhail Grushinskiy

Results 235 comments of Mikhail Grushinskiy

Easy to reproduce by installing latest BBN Marine OS image: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html#download Thanks

ok. I've added key. In the click listener I call cell.getRow() How from a row I can get keyValue if I know key field name? I've also tried cell.getData() but...

`e.detail.unsafeCast()` is an ugly way to write it and it’s also difficult to figure out that it needs to written that way. Could some type safe methods be added in...

> what if you just run python3: > `>> import zeroconf` no error if I do that.

I've added wmm2020 to the install procedure for magnetic model. I'll try with it. Not sure if next line error is related to it though

Circular import is still present in current version thanks

In wind.py should it be: `from pypilot.autopilot import resolv` ``` class WindPilot(AutopilotPilot): def __init__(self, ap): from pypilot.autopilot import HeadingOffset super(WindPilot, self).__init__('wind', ap) ``` ?

I wonder if high precision barometric sensor like DPS310 or BMP581 can measure wave heights.

If the wave length is longer than ship I think is pretty easy from accelerometer. Double integral of vertical acceleration gives height. Period of wave is more tricky. Because you...