Revision e8e20dfe examples/meka/src/main.cpp

View differences:

examples/meka/src/main.cpp
23 23
*/
24 24

  
25 25
    //create humotion interface
26
    string scope = "/xsc3/";
26
    string scope = "/";
27 27
    MekaJointInterface *jointinterface = new MekaJointInterface(scope);
28 28
    humotion::server::Server *humotion_server = new humotion::server::Server("/flobi", "ROS", jointinterface);
29 29

  

Also available in: Unified diff