|
|
| sun_sensor_one_axis (void) |
| | Constructor.
|
| |
|
| ~sun_sensor_one_axis () |
| | Destructor.
|
| |
|
void | initialize (const ml_matrix t1, const ml_matrix t2, const double alpha1, const double alpha2) |
| | Initialize the filter.
|
| |
|
double | get_angle (const double f1, const double f2) |
| | Perform a measurement update.
|
| |
|
bool | is_initialized (void) |
| | Tell if it is initialzed.
|
| |