Skip to content

Commit

Permalink
Fix for the fix of the follow-me
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 8, 2023
1 parent 13f2d21 commit 120621e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion conf/modules/follow_me.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<dl_setting var="follow_me_distance" min="0." max="400" step="1.0" shortname="distance" unit="m"/>
<dl_setting var="follow_me_height" min="0." max="100." step="0.1" shortname="height" unit="m"/>
<dl_setting var="follow_me_heading" min="0." max="360." step="1.0" shortname="heading"/>
<dl_setting var="follow_me_min_speed" min="0." max="100." step="0.1" shortname="min_speed"/>
<dl_setting var="follow_me_filt" min="0." max="1.0" step="0.01" shortname="filt_val"/>
<dl_setting var="follow_me_diag_speed" min="0." max="1.0" step="0.01" shortname="diag_speed"/>
<dl_setting var="follow_me_gps_delay" min="0." max="10000.0" step="1.0" shortname="gps_delay" unit="ms"/>
Expand Down
4 changes: 0 additions & 4 deletions sw/airborne/modules/ctrl/follow_me.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ extern float follow_me_height;
*/
extern float follow_me_heading;

/** minimum speed in m/s which the ground needs to have in order to update the heading
*/
extern float follow_me_min_speed;

/** Follow me course sin/cos filter value (higher is harder filter)
*/
extern float follow_me_filt;
Expand Down

0 comments on commit 120621e

Please sign in to comment.