Skip to content
Snippets Groups Projects
Commit b296e158 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

[script] talos_circle : write whole config in info file

parent 48e1897c
No related branches found
No related tags found
No related merge requests found
...@@ -83,8 +83,8 @@ ps.addGoalConfig (q_goal) ...@@ -83,8 +83,8 @@ ps.addGoalConfig (q_goal)
# write problem in files : # write problem in files :
f = open(statusFilename,"w") f = open(statusFilename,"w")
f.write("q_init= "+str(q_init[0:3])+"\n") f.write("q_init= "+str(q_init)+"\n")
f.write("q_goal= "+str(q_goal[0:3])+"\n") f.write("q_goal= "+str(q_goal)+"\n")
f.close() f.close()
......
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