Revision 7adf90be examples/yarp_icub/src/main.cpp
| examples/yarp_icub/src/main.cpp | ||
|---|---|---|
| 45 | 45 |
|
| 46 | 46 |
//create humotion interface |
| 47 | 47 |
iCubJointInterface *icub_jointinterface = new iCubJointInterface(scope); |
| 48 |
humotion::server::Server *humotion_server = new humotion::server::Server("/icub", "RSB", icub_jointinterface);
|
|
| 48 |
humotion::server::Server *humotion_server = new humotion::server::Server("/icub", "ROS", icub_jointinterface);
|
|
| 49 | 49 |
icub_jointinterface->run(); |
| 50 | 50 |
|
| 51 | 51 |
while(humotion_server->ok()){
|
Also available in: Unified diff