merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
Showing only changes of commit f883d826ec - Show all commits

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);
}