Revision a4795834 examples/meka/src/main.cpp
examples/meka/src/main.cpp | ||
---|---|---|
23 | 23 |
*/ |
24 | 24 |
|
25 | 25 |
//create humotion interface |
26 |
string scope = "/"; |
|
26 |
string scope = "/xsc3/";
|
|
27 | 27 |
MekaJointInterface *jointinterface = new MekaJointInterface(scope); |
28 |
humotion::server::Server *humotion_server = new humotion::server::Server("/meka", "ROS", jointinterface);
|
|
28 |
humotion::server::Server *humotion_server = new humotion::server::Server("/flobi", "ROS", jointinterface);
|
|
29 | 29 |
|
30 |
//finallz run it
|
|
30 |
//finally run it
|
|
31 | 31 |
jointinterface->run(); |
32 | 32 |
|
33 | 33 |
while(humotion_server->ok()){ |
Also available in: Unified diff