merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
3 changed files with 12 additions and 4 deletions
Showing only changes of commit d82b1925a4 - Show all commits

View File

@@ -75,12 +75,11 @@ private:
has_swithed = true;
}
cur_yaw += 1 % 360;
msg.velocity[0] = 0;
msg.velocity[0] = 5;
msg.velocity[1] = 0;
msg.velocity[2] = D_SPEED(0);
msg.yawspeed = 0.5;
msg.yaw = degrees_to_radians(cur_yaw);
msg.yaw = degrees_to_radians(80);
}
// if (setpoint_count < 30)

View File

@@ -0,0 +1,9 @@
#all speeds are in meters/second
float32 x_speed
float32 y_speed
float32 z_speed
#angle is in degrees
float32 angle
---
int status