Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed May 1, 2024
1 parent f500436 commit 6fcc4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/mode_auto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ void PayloadPlace::run_vertical_control()
const uint32_t descent_thrust_cal_duration_ms = 2000; // milliseconds
const uint32_t placed_check_duration_ms = 500; // how long we have to be below a throttle threshold before considering placed
const uint32_t rangefinder_drop_check_duration_ms = 1000; // how long we have to be below a range finder drop altitude before considering placed
float thrust_ref;
float thrust_ref = 0.0;

// Vertical thrust is taken from the attitude controller before angle boost is added
auto *attitude_control = copter.attitude_control;
Expand Down

0 comments on commit 6fcc4b9

Please sign in to comment.