diff --git a/src/px4_connection/src/px4_controller.cpp b/src/px4_connection/src/px4_controller.cpp index 67d4b7e7..78b386c1 100644 --- a/src/px4_connection/src/px4_controller.cpp +++ b/src/px4_connection/src/px4_controller.cpp @@ -64,7 +64,7 @@ private: { msg.velocity[0] = 5; msg.velocity[1] = 5; - msg.velocity[2] = -20; + msg.velocity[2] = 20; msg.yawspeed = 0; } else {