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.
include/dynamics.hpp
- Committer:
- calamaridudeman
- Date:
- 2013-11-26
- Revision:
- 43:68faf056ed5c
- Parent:
- 39:b765b6dd01c3
- Child:
- 45:0db0fc9f77b1
File content as of revision 43:68faf056ed5c:
#include "mbed.h" #include "include/geom.hpp" #ifndef DYNAMICS_HPP #define DYNAMICS_HPP #define l1 0.051 //gantry point to hip joint #define l2 0.06 //hip length #define l3 0.1 //leg length #define l4 0.06 //foot length #define lg 0.286 //gantry length #define h 0.242 //fixed support height Joints invKinBody(Point &in); Point kinGantry(Joints theta); #endif