AerialVehicleControl.jl
cont_attitude_FSF_SO3_robust.h
Go to the documentation of this file.
1 /*******************************************************************************
2 * Copyright (C) Marcus Greiff 2020
3 *
4 * @file cont_attitude_FSF_SO3_continuous.h
5 * @author Marcus Greiff
6 * @date June 2020
7 *******************************************************************************/
8 #ifndef __CONT_ATTITUDE_FSF_SO3_ROBUST_H__
9 #define __CONT_ATTITUDE_FSF_SO3_ROBUST_H__
10 
11 #include "cont_attitude_utils.h"
12 
13 /***************************************************************************/
29  ref_state_qw_t * reference,
30  dyn_state_qw_t * state,
31  con_state_qw_fsf_t * controller
32 );
33 
34 #endif /* __CONT_ATTITUDE_FSF_SO3_ROBUST_H__ */
cont_attitude_utils.h
ref_state_qw_s
Reference signal structure for the attitude FSF on S(3) or SU(2)
Definition: cont_types.h:111
con_state_qw_fsf_s
Complete state of the attitude FSF on SO(3) or SU(2)
Definition: cont_types.h:67
dyn_state_qw_s
Dynamical states, assumed known in the attitude FSF on SO(3) or SU(2)
Definition: cont_types.h:59
update_attitude_FSF_SO3_robust
int update_attitude_FSF_SO3_robust(ref_state_qw_t *reference, dyn_state_qw_t *state, con_state_qw_fsf_t *controller)
Update using the robust full state feedback (FSF) on SO(3)
Definition: cont_attitude_FSF_SO3_robust.c:10