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.
Fork of initExoVars by
Diff: initExoVars.h
- Revision:
- 8:ae167702ebcc
- Parent:
- 7:bbcbecee4183
- Child:
- 9:6cf157a6d58b
--- a/initExoVars.h Sat Jun 27 21:44:44 2015 +0000 +++ b/initExoVars.h Sun Jun 28 02:09:49 2015 +0000 @@ -102,6 +102,9 @@ extern const float Kp_SitDown ; extern const float Kp_Seated; +extern float Kd_Stance; +extern float Kd_Swing; + extern const float Kp; extern float Kd; extern const float sat;