Spacecraft Control Bundle 1
|
Public Member Functions | |
fsw_attitude_determination_ideal (const char *mod_name) | |
void | initialize_data () |
Create data and request the FSW_ATTITUDE_DETERMINATION_TRIGGER. More... | |
void | initialize_data_requests () |
void | handle_event (int code) |
Collect the measurements and update the UKF object. More... | |
Protected Attributes | |
AD Inputs | |
| |
CD_REQUEST_REF | q_eci_to_body_sim_ref |
Simulation quaternion q_eci_to_body_sim. More... | |
AD Outputs | |
| |
CD_CREATE_REF | ad_q_eci_to_body_ref |
Quaternion from eci to body estimated ad_q_eci_to_body. More... | |
void fsw_attitude_determination_ideal::handle_event | ( | int | code | ) |
Collect the measurements and update the UKF object.
References ad_q_eci_to_body_ref, and q_eci_to_body_sim_ref.
void fsw_attitude_determination_ideal::initialize_data | ( | ) |
Create data and request the FSW_ATTITUDE_DETERMINATION_TRIGGER.
References ad_q_eci_to_body, ad_q_eci_to_body_ref, and FSW_ATTITUDE_DETERMINATION_TRIGGER.
|
protected |
Quaternion from eci to body estimated ad_q_eci_to_body.
Referenced by handle_event(), and initialize_data().
|
protected |
Simulation quaternion q_eci_to_body_sim.
Referenced by handle_event().