-
- Downloads
PX4IO interface protocol: Fix rounding error
Issue: This conversion test failed with gcc 7.1.1 and clang 4.0.1: ``` ERROR [tests] conversion fail: input: -0.8188, intermediate: -8187, result: -0.8187 conv FAILED Command 'tests' failed, returned -1 ``` Fix: explicit rounding
Please register or sign in to comment