7#include "thrust_allocation/ControlForce.hpp"
8#include "thrust_allocation/PioneerAllocator.hpp"
22namespace blunux::drone {
47 virtual void set_force(thrust_allocation::ControlForce force);
57 blunux::thrust_allocation::PioneerAllocator allocator;
Class representing a drone.
Definition Drone.hpp:30
Class representing a drone.
Definition PioneerDrone.hpp:31
pmu::PioneerThrustersSetpoint get_thrusters_set_point() const
Get the thrusters set point.
void set_thrusters(pmu::PioneerThrustersSetpoint thrusters_set_point)
Set value of the thrusters.
virtual void set_force(thrust_allocation::ControlForce force)
Apply a force on the drone.
Structure representing setpoint values for thrusters.
Definition PioneerThrustersSetpoint.hpp:15