gimbal: move gimbal controls to new dedicated topic

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer
2023-03-07 10:26:30 +01:00
committed by Beat Küng
parent 1218d9b2fc
commit a1812dbde0
6 changed files with 40 additions and 29 deletions
+1
View File
@@ -99,6 +99,7 @@ set(msg_files
GimbalManagerStatus.msg
GpsDump.msg
GpsInjectData.msg
GimbalControls.msg
Gripper.msg
HealthReport.msg
HeaterStatus.msg
+9
View File
@@ -0,0 +1,9 @@
uint64 timestamp # time since system start (microseconds)
uint8 INDEX_ROLL = 0
uint8 INDEX_PITCH = 1
uint8 INDEX_YAW = 2
uint64 timestamp_sample # the timestamp the data this control response is based on was sampled
float32[3] control
float32 retract_gimbal