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