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
autosteer.h
- Committer:
- maximbolduc
- Date:
- 2015-02-13
- Revision:
- 34:c2bc9f9be7ff
- Child:
- 40:a68cc1a1a1e7
File content as of revision 34:c2bc9f9be7ff:
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);