Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Data Structures | |
struct | Amt |
Functions | |
void | approach_moving_target_init (void) |
void | follow_diagonal_approach (void) |
Generates a velocity reference from a diagonal approach path. More... | |
void | approach_moving_target_enable (uint8_t wp_id) |
void | approach_moving_target_set_low_pass_freq (float filter_freq) |
Variables | |
struct Amt | amt |
Definition in file approach_moving_target.h.
struct Amt |
Definition at line 33 of file approach_moving_target.h.
Data Fields | ||
---|---|---|
float | cutoff_freq_filters_hz | |
float | distance | |
int32_t | enabled_time | |
float | err_slowdown_gain | |
float | pos_gain | |
float | psi_ref | |
struct FloatVect3 | rel_unit_vec | |
float | relvel_gain | |
float | slope_ref | |
float | speed | |
float | speed_gain | |
uint8_t | wp_id |
void approach_moving_target_enable | ( | uint8_t | wp_id | ) |
Definition at line 161 of file approach_moving_target.c.
References amt, Amt::enabled_time, get_sys_time_msec(), and Amt::wp_id.
void approach_moving_target_init | ( | void | ) |
Definition at line 119 of file approach_moving_target.c.
References amt, approach_moving_target_set_low_pass_freq(), Amt::cutoff_freq_filters_hz, DefaultPeriodic, register_periodic_telemetry(), and send_approach_moving_target().
void approach_moving_target_set_low_pass_freq | ( | float | filter_freq | ) |
Definition at line 127 of file approach_moving_target.c.
References amt, Amt::cutoff_freq_filters_hz, init_butterworth_2_low_pass(), target_heading_filt, target_pos_filt, and target_vel_filt.
Referenced by approach_moving_target_init().
void follow_diagonal_approach | ( | void | ) |
Generates a velocity reference from a diagonal approach path.
Definition at line 171 of file approach_moving_target.c.
|
extern |
Definition at line 74 of file approach_moving_target.c.
Referenced by approach_moving_target_enable(), approach_moving_target_init(), approach_moving_target_set_low_pass_freq(), and send_approach_moving_target().