You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I said "bug" because I assume the original intent was to make canboatjs a drop-in replacement for canboat but of course producing angles in radians might actually be more correct in the NMEA2000/SignalK world...)
As I was writing a test to fix #12, I found another issue:
The angles produced by canboatjs are in radians but analyzer used to print angles in degrees.
In the example below
analyzer
produced a wind angle of 5.5 butanalyzerjs
says 0.0966 which is the same angle but in radians.And with CanboatJS:
I will make a PR for this bug too.
The text was updated successfully, but these errors were encountered: