100% thrust

This commit is contained in:
Sem van der Hoeven
2023-04-28 15:19:04 +02:00
parent 1775cae443
commit 7fa1cd5816

View File

@@ -59,7 +59,7 @@ private:
msg.thrust_body[0] = 0; // north
msg.thrust_body[1] = 0; // east
msg.thrust_body[2] = -0.1; // down, 10% thrust up
msg.thrust_body[2] = -1; // down, 100% thrust up
msg.q_d[0] = 0;
msg.q_d[1] = 0.1;