nlohmann::json json
json namespace
Definition FlowManager.hpp:21
IMU Position.
Definition ImuPos.hpp:26
Abstract IMU Class.
Definition Imu.hpp:24
Imu(std::string name)
Constructor.
Imu(Imu &&)=delete
Move constructor.
json save() const override
Saves the node into a json object.
Imu & operator=(Imu &&)=delete
Move assignment operator.
void restore(const json &j) override
Restores the node from a json object.
void guiConfig() override
ImGui config window which is shown on double click.
Imu & operator=(const Imu &)=delete
Copy assignment operator.
const ImuPos & imuPosition() const
Position and rotation information for conversion from platform to body frame.
Definition Imu.hpp:49
~Imu() override=default
Destructor.
Imu(const Imu &)=delete
Copy constructor.
ImuPos _imuPos
Position and rotation information for conversion from platform to body frame.
Definition Imu.hpp:57
Abstract parent class for all nodes.
Definition Node.hpp:86
std::string name
Name of the Node.
Definition Node.hpp:378