Skip to content
Snippets Groups Projects
Commit ae02d2af authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent cfb2fffa
No related branches found
No related tags found
No related merge requests found
...@@ -92,12 +92,10 @@ delta_ro_std = 5.2168 ...@@ -92,12 +92,10 @@ delta_ro_std = 5.2168
delta_r_mean = -0.0094709 * 1000 #[m] delta_r_mean = -0.0094709 * 1000 #[m]
delta_r_std = 8.6953 * 1000 delta_r_std = 8.6953 * 1000
orientation = input("Enter orientation (anti or cyclo): ") orientation = input("Enter orientation (anti or cyclo): ")
# Load the graph_tool file: # Load the graph_tool file:
t0 = time.perf_counter() t0 = time.perf_counter()
timings = open("timings.txt", "w") timings = open("timings.txt", "w")
print('Loading gt file...') print('Loading gt file...')
g = graph_tool.Graph() g = graph_tool.Graph()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment