it finally works

This commit is contained in:
Sem van der Hoeven
2023-04-25 15:45:14 +00:00
parent 4ed6dde80e
commit 5496e400cf
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ private:
msg.thrust_body[0] = 0;
msg.thrust_body[1] = 0;
msg.thrust_body[2] = -10; // negative throttle amount
msg.thrust_body[2] = -1; // negative throttle amount
msg.reset_integral = false;
msg.fw_control_yaw_wheel = false;