add separate package for service

This commit is contained in:
Sem van der Hoeven
2023-05-01 16:06:43 +02:00
parent bb3942c301
commit 0f0c84cf0c
6 changed files with 24 additions and 26 deletions

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
---
int8 status