move height and lidar message definitions to drone_services package

This commit is contained in:
Sem van der Hoeven
2023-05-25 11:53:55 +02:00
parent bb9fcd97ab
commit fe3917050e
9 changed files with 20 additions and 28 deletions

View File

@@ -34,6 +34,9 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/DroneArmStatus.msg"
"msg/DroneRouteStatus.msg"
"msg/DroneStatus.msg"
"msg/HeightData.msg"
"msg/LidarReading.msg"
"msg/MultiflexReading.msg"
)
if(BUILD_TESTING)

View File

@@ -0,0 +1,2 @@
float32[4] heights
float32 min_height

View File

@@ -0,0 +1,6 @@
float32 sensor_1
float32 sensor_2
float32 sensor_3
float32 sensor_4
float32[] imu_data

View File

@@ -0,0 +1 @@
float32[6] distance_data