AerialVehicleControl.jl
cont_attitude_FSF_SU2_continuous.c File Reference
Include dependency graph for cont_attitude_FSF_SU2_continuous.c:

Go to the source code of this file.

Functions

int update_attitude_FSF_SU2_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 SU(2) More...
 

Function Documentation

◆ update_attitude_FSF_SU2_continuous()

int update_attitude_FSF_SU2_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 SU(2)

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 SU(2).

Parameters
[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
Returns
status - 1 if successful, 0 otherwise

Definition at line 10 of file cont_attitude_FSF_SU2_continuous.c.