Peripheral Actuator Control API
Last updated
Last updated
Auterion SDK provides an interface to control of the vehicle, that is, actuators which do not control the vehicle's motion or hardware that is not directly integrated with PX4, such as a payload servo. The control interface allows to set the value of up to 6 independent actuators, provided first that the .
Instantiate an auterion::PeripheralActuatorControls
object by passing your auterion::SDK
instance:
Set your configured actuators to their desired state (in range [-1, 1]
) using the set(...)
method:
Alternatively, set(...)
is overloaded to set the value of a specific actuator: