humanoid_functions.h file for this module. Contains includes, prototypes and defines. More...
#include <math.h>#include <stdio.h>#include <stdlib.h>#include <iostream>#include <Eigen/Dense>

Go to the source code of this file.
Classes | |
| class | humanoid |
| Class to implement humanoid related functions. More... | |
Defines | |
| #define | ANKLE_HEIGHT 230 |
| #define | ARM_LENGTH 100 |
| #define | FOOT_LENGTH 220 |
| #define | FOOT_WIDTH 240 |
| #define | FOREARM_LENGTH 110 |
| #define | LEFT 1 |
| #define | LEG_LENGTH 200 |
| #define | RIGHT -1 |
| #define | THIGH_LENGTH 210 |
humanoid_functions.h file for this module. Contains includes, prototypes and defines.
Definition in file humanoid_functions.h.
| #define ANKLE_HEIGHT 230 |
Definition at line 47 of file humanoid_functions.h.
| #define ARM_LENGTH 100 |
Definition at line 42 of file humanoid_functions.h.
| #define FOOT_LENGTH 220 |
Definition at line 46 of file humanoid_functions.h.
| #define FOOT_WIDTH 240 |
Definition at line 48 of file humanoid_functions.h.
| #define FOREARM_LENGTH 110 |
Definition at line 43 of file humanoid_functions.h.
| #define LEFT 1 |
Definition at line 38 of file humanoid_functions.h.
| #define LEG_LENGTH 200 |
Definition at line 44 of file humanoid_functions.h.
| #define RIGHT -1 |
Definition at line 39 of file humanoid_functions.h.
| #define THIGH_LENGTH 210 |
Definition at line 45 of file humanoid_functions.h.