change value

This commit is contained in:
Sem van der Hoeven
2023-05-01 12:35:08 +02:00
parent e0c9c2601d
commit a9c63cc235

View File

@@ -63,8 +63,8 @@ private:
if (setpoint_count < 30)
{
msg.velocity[0] = 5;
msg.velocity[1] = 1;
msg.velocity[2] = D_SPEED(10);
msg.velocity[1] = 5;
msg.velocity[2] = -20;
msg.yawspeed = 0;
} else {