Reteives data and commands Humanoid robot.
More...
#include <ros/ros.h>
#include <std_msgs/String.h>
#include <sstream>
#include <unistd.h>
#include <iostream>
#include <cmath>
#include <sys/types.h>
#include <stdlib.h>
#include <humanoid_control/servohumanoid.h>
#include <hitec5980sg/hitec5980sg.h>
#include <phantom_control/State.h>
#include <humanoid_control/Humanoid.h>
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
| void | PhantomCallBk (const phantom_control::State &phantom_state) |
| |
|
| short int | firsttme =1 |
| |
| ServoHumanoid * | g_human |
| |
| phantom_control::State | g_PState |
| |
| humanoid_control::Humanoid | g_RState |
| |
| const double | g_ZZ =THIGH_LENGTH+LEG_LENGTH |
| |
| const short int | id_list [12] ={11,21,12,22,13,23,15,25,16,26,31,32} |
| |
Reteives data and commands Humanoid robot.
- Author
- Emílio Estrelinha nº 38637 (emili.nosp@m.o.es.nosp@m.treli.nosp@m.nha@.nosp@m.ua.pt)
Definition in file main.cpp.
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| void PhantomCallBk |
( |
const phantom_control::State & |
phantom_state | ) |
|
| phantom_control::State g_PState |
| humanoid_control::Humanoid g_RState |
| const short int id_list[12] ={11,21,12,22,13,23,15,25,16,26,31,32} |