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.
Diff: include/dynamics.hpp
- Revision:
- 36:a552d352f1a5
- Parent:
- 31:d079a9d70407
--- a/include/dynamics.hpp Sun Nov 24 20:11:02 2013 +0000 +++ b/include/dynamics.hpp Sun Nov 24 20:18:31 2013 +0000 @@ -10,8 +10,8 @@ #define l3 1 //leg length #define l4 1 //foot length -Point invKinBody(Point in); -Point kinGantry(float theta); +Joints invKinBody(Point in); +Point kinGantry(Joints theta);