Variables | |
| tuple | file = rospy.get_param('~file') |
| tuple | import_srv = rospy.ServiceProxy('yaml_import', world_canvas_msgs.srv.YAMLImport) |
| tuple | response = import_srv(file) |
| tuple import::file = rospy.get_param('~file') |
| tuple import::import_srv = rospy.ServiceProxy('yaml_import', world_canvas_msgs.srv.YAMLImport) |
| tuple import::response = import_srv(file) |