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 16 additions and 6 deletions
Showing only changes of commit 4249f2b589 - Show all commits

View File

@@ -22,6 +22,7 @@ find_package(rosidl_default_generators REQUIRED)
rosidl_generate_interfaces(${PROJECT_NAME}
"srv/SetAttitude.srv"
"srv/SetVelocity.srv"
)
if(BUILD_TESTING)

View File

@@ -1,9 +1,9 @@
#all speeds are in meters/second
float32 x_speed
float32 y_speed
float32 z_speed
#all angles are in degrees
float32 yaw
float32 pitch
float32 roll
#angle is in degrees
float32 angle
#thrust between -1 and 1
float32 thrust
---
int8 status

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