Caileigh F
Results
2
comments of
Caileigh F
I looked through the test module and stole some code that broke up the raw messages. Here's what I came up with: ``` def decode_ais(raw_nmea): if not isinstance(raw_nmea, list): raw_nmea...
I am also having issues getting data from the Ping360. I'm not sure if I am "starting the sample" correctly. Should I be using: `ping.control_auto_transmit(start_angle, stop_angle, num_steps, delay)` OR, call...