bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
123 stars 67 forks source link

frontend: use 0 frequency for HEARTBEAT messages #2718

Closed Williangalvani closed 2 weeks ago

Williangalvani commented 2 weeks ago

0 means we get all messages. using 1 means we were losing a lot of heartbeats, as we have multiple components sending them at 1Hz and our mavlink interface was not designed with this in mind

This fixes issues in the Motor Test page where it loses heartbeats and doesn't detect arming/disarming and modes properly