change to 100% thrust

This commit is contained in:
Sem van der Hoeven
2023-04-28 17:50:15 +02:00
parent 5a7a54fc53
commit f883d826ec

View File

@@ -69,7 +69,7 @@ private:
// move up?
msg.thrust_body[0] = 0; // north
msg.thrust_body[1] = 0; // east
msg.thrust_body[2] = 0.8; // down, 80% thrust up
msg.thrust_body[2] = 1; // down, 100% thrust up
calculate_quaternion(q, degrees_to_radians(40), 0, 0);
}