Controlor for Humanoid. Walking trajectory generator, sensor reflection etc.

Dependencies:   Adafruit-PWM-Servo-Driver MPU6050 RS300 mbed

readMotion/readMotion.h

Committer:
syundo0730
Date:
2013-11-22
Revision:
23:0927e605af4b
Parent:
20:abb7852df747

File content as of revision 23:0927e605af4b:

#include "mbed.h"

#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <algorithm>

bool readMotion(string filename, uint16_t* pos, int &servo_size, int &motion_size, int* pose_size);