Revision 89374d69 examples/meka/src/mekajointinterface.cpp
examples/meka/src/mekajointinterface.cpp | ||
---|---|---|
57 | 57 |
//! constructor |
58 | 58 |
MekaJointInterface::MekaJointInterface(string _scope) : humotion::server::JointInterface(){ |
59 | 59 |
scope = _scope; |
60 |
string js_topic = scope + "joint_states";
|
|
61 |
string target_topic = scope + "meka_roscontrol/head_position_trajectory_controller/command"; |
|
60 |
string js_topic = scope + "/joint_states";
|
|
61 |
string target_topic = scope + "/meka_roscontrol/head_position_trajectory_controller/command";
|
|
62 | 62 |
|
63 | 63 |
//subscribe to meka joint states |
64 | 64 |
int argc = 0; |
Also available in: Unified diff