Add robot gimbal position push topic

This commit is contained in:
2024-04-25 10:30:04 -05:00
parent 23a07f99d9
commit 11c3ac43fb
2 changed files with 36 additions and 4 deletions
+10
View File
@@ -312,6 +312,16 @@ struct PACKED PushPeriodMsg {
float y;
float z;
} position;
struct {
uint16_t yaw_ground;
uint16_t pitch_ground;
uint16_t yaw;
uint16_t pitch;
struct {
uint8_t option_mode : 2;
uint8_t return_center : 1;
};
} gimbal;
};
struct Footer footer;
};