Variables | |
tuple | action_num = raw_input('Which action should we execute next? Enter 1 or 2:') |
string | BASE_LINK = 'base_link' |
float | EXECUTION_Z_OFFSET = 0.00 |
tuple | file_path = rospack.get_path('fetch_pbd_interaction') |
tuple | im_server = InteractiveMarkerServer(TOPIC_IM_SERVER) |
tuple | robot = Robot(tf_listener) |
tuple | rospack = rospkg.RosPack() |
tuple | session |
tuple | tf_listener = TransformListener() |
string | TOPIC_IM_SERVER = 'programmed_actions' |
tuple demo::action_num = raw_input('Which action should we execute next? Enter 1 or 2:') |
string demo::BASE_LINK = 'base_link' |
float demo::EXECUTION_Z_OFFSET = 0.00 |
tuple demo::file_path = rospack.get_path('fetch_pbd_interaction') |
tuple demo::im_server = InteractiveMarkerServer(TOPIC_IM_SERVER) |
tuple demo::robot = Robot(tf_listener) |
tuple demo::rospack = rospkg.RosPack() |
tuple demo::session |
tuple demo::tf_listener = TransformListener() |
string demo::TOPIC_IM_SERVER = 'programmed_actions' |