We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1924582 commit 1074d30Copy full SHA for 1074d30
rundemo.py
@@ -73,8 +73,7 @@
73
str(routing_options['source']['value']['y']), 'red') + " to " + \
74
colored(str(routing_options['target']['value']['x']) + ',' +
75
str(routing_options['target']['value']['y']), 'red')
76
-rough_results = route_planner.batch_find_path(routing_plans)
77
-final_results = route_planner.refine_results(rough_results)
+final_results = route_planner.batch_find_path(routing_plans)
78
print colored("Finish doing routing plan!", "green")
79
print "Final refined routing results are: "
80
for i, r in enumerate(final_results["routes"]):
0 commit comments