AerialVehicleControl.jl
|
#include "cont_attitude_utils.h"
Go to the source code of this file.
Functions | |
int | update_attitude_FSF_SO3_continuous (ref_state_qw_t *reference, dyn_state_qw_t *state, con_state_qw_fsf_t *controller) |
Update using the continuous full state feedback (FSF) on SO(3) More... | |
int update_attitude_FSF_SO3_continuous | ( | ref_state_qw_t * | reference, |
dyn_state_qw_t * | state, | ||
con_state_qw_fsf_t * | controller | ||
) |
Update using the continuous full state feedback (FSF) on SO(3)
This function takes the states of the reference dynamics in "reference" structure, as well as the current states of the system in the "state" structure, and the controller settings/memory in the "controller" structure, and updates the torque fields in the controller, as well as the various distances based on this information. The update is done using the continuous feedback law n SO(3).
[in] | reference | - State of the reference dynamics |
[in] | state | - State of the system dynamics |
[in,out] | controller | - State of the controller, updated by the call |
Definition at line 10 of file cont_attitude_FSF_SO3_continuous.c.