Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreePilot PinDetect mbed-src
Fork of FreePilot_V2-2 by
Diff: autosteer.h
- Revision:
- 34:c2bc9f9be7ff
- Child:
- 40:a68cc1a1a1e7
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/autosteer.h Fri Feb 13 17:22:53 2015 +0000 @@ -0,0 +1,7 @@ +int LookAhead(double _gSpeed, double _distErr, int _LR, double _headErr); + +int autoGuide_A(double _gSpeed, double _distErr, int _acq); + +void SetFilter(double j_phaseAdv, double j_tCenter, double _lookA, double scale, double j_fGain); + +//void set_mode(double _headErr,double _distErr); \ No newline at end of file