AerialVehicleControl.jl
|
#include "cont_attitude_FSF_SU2_discontinuous.h"
Go to the source code of this file.
Functions | |
int | update_attitude_FSF_SU2_discontinuous (ref_state_qw_t *reference, dyn_state_qw_t *state, con_state_qw_fsf_t *controller) |
Update using the discontinuous full state feedback (FSF) on SU(2) More... | |
int update_attitude_FSF_SU2_discontinuous | ( | ref_state_qw_t * | reference, |
dyn_state_qw_t * | state, | ||
con_state_qw_fsf_t * | controller | ||
) |
Update using the discontinuous 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 discontinuous feedback law on SU(2).
[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_SU2_discontinuous.c.