mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
multirotor_pos_control: debug log messages removed
This commit is contained in:
parent
c96de846b3
commit
e4f7767e81
@ -347,7 +347,6 @@ static int multirotor_pos_control_thread_main(int argc, char *argv[])
|
||||
/* check for reference point updates and correct setpoint */
|
||||
if (local_pos.ref_surface_timestamp != ref_surface_prev_t) {
|
||||
/* reference alt changed, don't follow large ground level changes in manual flight */
|
||||
mavlink_log_info(mavlink_fd, "[mpc] update z sp %.2f -> %.2f = %.2f", ref_alt_prev, local_pos.ref_alt, local_pos.ref_alt - ref_alt_prev);
|
||||
local_pos_sp.z += local_pos.ref_alt - ref_alt_prev;
|
||||
|
||||
// TODO also correct XY setpoint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user