Phil
Phil
SKSignal K
Created by Aswin on 12/15/2024 in #plugins-and-webapps
Aswin - How to handle duplicate paths? My advan...
@Aswin we have a similar situation where we have 2 GPSes and get duplicate paths. The source priorities allows the user to select which will usually be used and also allow the other one as a fallback.
8 replies
SKSignal K
Created by Aswin on 12/15/2024 in #plugins-and-webapps
Aswin - How to handle duplicate paths? My advan...
Would you be able to use "Source Priorities" for this? Or do they only work for external sources and not values produced by plugins?
8 replies
SKSignal K
Created by Phil on 12/6/2024 in #questions
Subscriptions to paths of "defaults" source don't receive updates
Thanks for confirming, kind of what I thought.
4 replies
SKSignal K
Created by Scott Bender on 11/7/2024 in #wilhelmsk
Scott Bender - I am working on this "Anchor" ga...
I've ended up with a similar display and do have a track working, so this might help. Although just revisiting the code it's not particularly nice and I'm missing comments explaining what's being done☹️ https://github.com/philseeley/boatinstrument/blob/d04e638cea1d021d1fd14c7bd2bf253f925db125/lib/widgets/anchor_box.dart
28 replies
SKSignal K
Created by Hannes on 7/22/2024 in #questions
smoothing of apparent wind data
Also if you're dealing with wind angles, I do a similar thing but using vectors: https://github.com/philseeley/boatinstrument/blob/964c128049901ecabe7d1079f2bd8789fddacaf2/lib/data.dart#L7
30 replies
SKSignal K
Created by Hannes on 7/22/2024 in #questions
smoothing of apparent wind data
Not sure if this will work for you, but if you can store the last displayed value, you can do a simple weighted average with the new value. I've used this in my instrument code: https://github.com/philseeley/boatinstrument/blob/964c128049901ecabe7d1079f2bd8789fddacaf2/lib/data.dart#L18
30 replies