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@34:c2bc9f9be7ff, 2015-02-13 (annotated)
- Committer:
- maximbolduc
- Date:
- Fri Feb 13 17:22:53 2015 +0000
- Revision:
- 34:c2bc9f9be7ff
- Child:
- 40:a68cc1a1a1e7
working version
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
maximbolduc | 34:c2bc9f9be7ff | 1 | int LookAhead(double _gSpeed, double _distErr, int _LR, double _headErr); |
maximbolduc | 34:c2bc9f9be7ff | 2 | |
maximbolduc | 34:c2bc9f9be7ff | 3 | int autoGuide_A(double _gSpeed, double _distErr, int _acq); |
maximbolduc | 34:c2bc9f9be7ff | 4 | |
maximbolduc | 34:c2bc9f9be7ff | 5 | void SetFilter(double j_phaseAdv, double j_tCenter, double _lookA, double scale, double j_fGain); |
maximbolduc | 34:c2bc9f9be7ff | 6 | |
maximbolduc | 34:c2bc9f9be7ff | 7 | //void set_mode(double _headErr,double _distErr); |