GobySoft / goby3

The Goby Underwater Autonomy Project Version 3
Other
24 stars 11 forks source link

Add config for partial frame padding in mm_driver #287

Closed jturner314-nrl closed 1 year ago

jturner314-nrl commented 1 year ago

This also changes the default behavior to not pad partial frames. The padding can cause problems for custom encoding/decoding schemes which depend on the message length being preserved.

Closes #286

tsaubergine commented 1 year ago

Thanks!