Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ulanding_radar] Workaround for lost messages by lowering sampling rate
The current implementation of the Aerotenna uLanding radar driver assumes that the UART frames are received in full. If the driver polls with 10ms this is not always the case and the driver will fail to parse the frame leading to significant packet loss. This workaround polls at 12ms which ensures that at least one entire frame is received.
- Loading branch information