MessageTopics.hh
Go to the documentation of this file.
1 
7 #ifndef _MESSAGE_TOPICS_HH_
8 #define _MESSAGE_TOPICS_HH_
9 
11 #define HAND_REQ_TOPIC "~/hand"
12 #define HAND_RES_TOPIC "~/hand/response"
14 #define TARGET_REQ_TOPIC "~/grasp/target"
16 #define TARGET_RES_TOPIC "~/grasp/target/response"
18 #define CONTACT_REQ_TOPIC "~/grasp/contact"
20 #define CONTACT_RES_TOPIC "~/grasp/contact/response"
22 #define CAMERA_REQ_TOPIC "~/grasp/rgbd"
24 #define CAMERA_RES_TOPIC "~/grasp/rgbd/response"
26 #define FACTORY_TOPIC "~/factory"
28 #define REQUEST_TOPIC "~/request"
30 
31 #endif