SignalK / signalk-derived-data

Generates deltas for values derived from signalk values
Apache License 2.0
18 stars 30 forks source link

Reading roll from navigation.attitude object #97

Open htool opened 2 years ago

htool commented 2 years ago

As per specs navgation.attitude contains an object containing pitch, roll and yaw. navigation.attitude.roll should not exist anymore.

sbender9 commented 2 years ago

There are unrelated commits here.

htool commented 2 years ago

Do you mean the division by zero bit? I can remove that and make it a separate one.

tkurki commented 1 year ago

The commits list is messy because it’s not based off master, but that does not matter, easy enough to squash and merge in Github.

But I think stw = 0 case should return a pathvalue with value set to null to erase the previous value. The boat stops, so leeway does not really have a valid value any more calculated like this. Or alternatively it should be zero. Or what do you think?

tkurki commented 1 month ago

This thing still alive?