mavlink / mavlink-camera-manager

MAVLink Camera Manager Service
MIT License
95 stars 30 forks source link

Fix mavlink unresponsiveness / lateness. #359

Closed joaoantoniocardoso closed 6 months ago

joaoantoniocardoso commented 6 months ago

Finally, the clogging is solved.

lesson learned: Do not sleep on network-receiving, or channel-receiving loops.

The CPU usage on RPI4 spikes +6% when exchanging information back and forth with the GCS.

Closes #354