Revision 7ed40bef src/client/middleware_ros.cpp
src/client/middleware_ros.cpp | ||
---|---|---|
54 | 54 |
tick_necessary = false; |
55 | 55 |
} |
56 | 56 |
|
57 |
//create node handle
|
|
57 |
//create node handle
|
|
58 | 58 |
ros::NodeHandle n; |
59 | 59 |
|
60 |
//set up publishers:
|
|
60 |
//set up publishers:
|
|
61 | 61 |
mouth_target_publisher = n.advertise<humotion::mouth>(base_scope + "/humotion/mouth/target", 100); |
62 | 62 |
gaze_target_publisher = n.advertise<humotion::gaze>(base_scope + "/humotion/gaze/target", 100); |
63 | 63 |
|
Also available in: Unified diff