Skip to content

Commit

Permalink
Copter: Fix payload place bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Aug 8, 2024
1 parent f9fde66 commit c7f8fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArduCopter/mode_auto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,8 @@ void PayloadPlace::run()
float vel = 0.0;
copter.flightmode->land_run_horizontal_control();
pos_control->input_pos_vel_accel_z(descent_start_altitude_cm, vel, 0.0);
break;
pos_control->update_z_controller();
return;
}
}
#endif
Expand Down

0 comments on commit c7f8fbf

Please sign in to comment.