Auterion / px4-ros2-interface-lib

Library to interface with PX4 from a companion computer using ROS 2
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

refactor: switch to lower-case float literal suffix (f) #21

Closed bkueng closed 5 months ago

bkueng commented 5 months ago

The original intent behind the check was only for L, as l is similar to 1. https://clang.llvm.org/extra/clang-tidy/checks/readability/uppercase-literal-suffix.html

And some other clang-tidy changes: