45 class PeripheralActuatorControlsImpl;
 
   57     static constexpr 
int kNumActuators = 6;
 
   66     void set(
const Eigen::Matrix<float, kNumActuators, 1>& values);
 
   73     void set(
const float value, 
const unsigned int index = 0);
 
   76     std::shared_ptr<PeripheralActuatorControlsImpl> _impl;
 
Control one or more extra actuators.
Definition: peripheral_actuator_controls.hpp:55
void set(const Eigen::Matrix< float, kNumActuators, 1 > &values)
void set(const float value, const unsigned int index=0)
SDK execution class. All callbacks are called on the same thread.
Definition: auterion.hpp:97