mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fixes a CI failure for fuzzing and macos: https://github.com/PX4/PX4-Autopilot/actions/runs/17906277709/job/50907922642 /__w/PX4-Autopilot/PX4-Autopilot/src/modules/commander/Commander.cpp:471:37: fatal error: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] 470 | bool ret = send_vehicle_command(vehicle_command_s::VEHICLE_CMD_EXTERNAL_ATTITUDE_ESTIMATE, | ~~~~~~~~~~~~~~~~~~~~ 471 | 0.f, 0.f, heading, 0.f, 0.f, 0.f, heading_accuracy); | ^~~ 1 error generated.