Skip to content

Commit

Permalink
add fw autoland documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgubler committed Dec 29, 2013
1 parent 95bdc1a commit 52960e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file added Documentation/fw_landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/modules/fw_pos_control_l1/landingslope.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
class Landingslope
{
private:
//xxx: documentation of landing pending
float _landing_slope_angle_rad;
float _flare_relative_alt;
/* see Documentation/fw_landing.png for a plot of the landing slope */
float _landing_slope_angle_rad; /**< phi in the plot */
float _flare_relative_alt; /**< h_flare,rel in the plot */
float _motor_lim_horizontal_distance;
float _H1_virt;
float _H0;
float _d1;
float _H1_virt; /**< H1 in the plot */
float _H0; /**< h_flare,rel + H1 in the plot */
float _d1; /**< d1 in the plot */
float _flare_constant;
float _flare_length;
float _horizontal_slope_displacement;
float _flare_length; /**< d1 + delta d in the plot */
float _horizontal_slope_displacement; /**< delta d in the plot */

void calculateSlopeValues();

Expand Down

0 comments on commit 52960e0

Please sign in to comment.