mavsdk::Offboard::ActuatorControlGroup Struct Reference
#include: offboard.h
Eight controls that will be given to the group. Each control is a normalized (-1..+1) command value, which will be mapped and scaled through the mixer.
Data Fields
std::vector< float > controls {} - Controls in the group.
Field Documentation
controls
std::vector<float> mavsdk::Offboard::ActuatorControlGroup::controls {}
Controls in the group.