GaryWSmith / xdr-parser-plugin

Signalk plugin to parse nmea0183 XDR sentences
5 stars 1 forks source link

PTCH, ROLL and YAW are hard coded #7

Open Asw1n opened 1 day ago

Asw1n commented 1 day ago

Trying to get attitude in my signalK path. In the code PTCH, ROLL and YAW are hard coded. My sensor uses Pitch, Roll and Heave. So no luck for me. Quick solution would be not to use the name of the transduces as given by the NMEA message to identify these attitude values but the sensor description, this field is not yet used in the code.

KEGustafsson commented 1 day ago

You can always fork your own copy of the repo and modify the code to suit your needs. I think that is easiest way go forward in your case.

Then install manually plugin from github repo and there you have it.

Asw1n commented 18 hours ago

That is what I did

KEGustafsson commented 13 hours ago

Can you share your nmea0183 xdr data samples?