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