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:
- alexc89
- Date:
- 2013-12-01
- Revision:
- 45:0db0fc9f77b1
- Parent:
- 43:68faf056ed5c
- Child:
- 46:4497e945de6b
File content as of revision 45:0db0fc9f77b1:
#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.34 //gantry length #define h 0.29 //fixed support height #define pi 3.1415 //PI Joints invKinBody(Point &in); Point kinGantry(Joints theta); #endif