31 #include <RobotAPI/interface/units/MetaWearIMU.h>
32 #include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
47 defineOptionalProperty<std::string>(
48 "MetaWearTopicName",
"MetaWearData",
"Name of the MetaWear topic");
49 defineOptionalProperty<std::string>(
50 "DebugDrawerTopic",
"DebugDrawerUpdates",
"Name of the DebugDrawerTopic");
64 return "MetaWearIMUObserver";
72 const MetaWearIMUData&
data,
73 const TimestampBasePtr& timestamp,
74 const Ice::Current&)
override;
86 void offerVector3(
const std::string& channelName,
87 const std::string& dfName,
88 const std::vector<float>&
data);
89 void offerQuaternion(
const std::string& channelName,
90 const std::string& dfName,
91 const std::vector<float>&
data);