Go to the source code of this file.
Namespaces | |
namespace | get_tables |
Functions | |
def | get_tables.publish |
Variables | |
tuple | get_tables.get_anns_srv = rospy.ServiceProxy('get_annotations', world_canvas_msgs.srv.GetAnnotations) |
tuple | get_tables.get_data_srv = rospy.ServiceProxy('get_annotations_data', world_canvas_msgs.srv.GetAnnotationsData) |
tuple | get_tables.keywords = rospy.get_param('~keywords', []) |
tuple | get_tables.names = rospy.get_param('~names', []) |
tuple | get_tables.related = rospy.get_param('~relationships', []) |
tuple | get_tables.respAnns |
tuple | get_tables.respData = get_data_srv([a.data_id for a in respAnns.annotations]) |
tuple | get_tables.uuids = rospy.get_param('~uuids', []) |
tuple | get_tables.world = rospy.get_param('~world') |