✨ Adds servo to topics
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#define TOPIC_LIST \
|
#define TOPIC_LIST \
|
||||||
X(Imu, ImuMsg) \
|
X(Imu, ImuMsg) \
|
||||||
X(Mode, ModeMsg) \
|
X(Mode, ModeMsg) \
|
||||||
X(Command, CommandMsg)
|
X(Command, CommandMsg) \
|
||||||
|
X(Servo, ServoMsg)\
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#include "msgs/imu_msg.hpp"
|
#include "msgs/imu_msg.hpp"
|
||||||
#include "msgs/command_msg.hpp"
|
#include "msgs/command_msg.hpp"
|
||||||
#include "msgs/mode_msg.hpp"
|
#include "msgs/mode_msg.hpp"
|
||||||
|
#include "msgs/servo_msg.hpp"
|
||||||
#include "msgs/topics.def"
|
#include "msgs/topics.def"
|
||||||
|
|
||||||
enum class Topic : uint8_t {
|
enum class Topic : uint8_t {
|
||||||
|
|||||||
Reference in New Issue
Block a user