Adds more messages

This commit is contained in:
Rune Harlyk
2025-07-08 18:17:33 +02:00
parent 4766f47e7e
commit 0586775849
7 changed files with 114 additions and 5 deletions
+9 -5
View File
@@ -1,5 +1,9 @@
#define TOPIC_LIST \
X(Imu, ImuMsg) \
X(Mode, ModeMsg) \
X(Command, CommandMsg) \
X(Servo, ServoMsg)\
#define TOPIC_LIST \
X(Imu, ImuMsg) \
X(Mode, ModeMsg) \
X(Command, CommandMsg) \
X(Servo, ServoMsg) \
X(MotionInput, MotionInputMsg) \
X(MotionAngles, MotionAnglesMsg) \
X(MotionPosition, MotionPositionMsg) \
X(MotionMode, MotionModeMsg)