Revision e4bb9fd4 examples/meka/include/mekajointinterface.h
examples/meka/include/mekajointinterface.h | ||
---|---|---|
10 | 10 |
|
11 | 11 |
class MekaJointInterface : public humotion::server::JointInterface{ |
12 | 12 |
public: |
13 |
MekaJointInterface(std::string scope); |
|
13 |
MekaJointInterface(std::string _input_scope, std::string _output_scope);
|
|
14 | 14 |
~MekaJointInterface(); |
15 | 15 |
|
16 | 16 |
//void fetch_position(Device *dev, double timestamp); |
... | ... | |
74 | 74 |
int lid_opening_previous; |
75 | 75 |
int previous_mouth_state; |
76 | 76 |
|
77 |
std::string scope; |
|
77 |
std::string input_scope; |
|
78 |
std::string output_scope; |
|
78 | 79 |
|
79 | 80 |
float last_pos_eye_vergence; |
80 | 81 |
float last_pos_eye_pan; |
Also available in: Unified diff