Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-rbprm-corba
Commits
b296e158
Commit
b296e158
authored
Apr 29, 2019
by
Pierre Fernbach
Browse files
[script] talos_circle : write whole config in info file
parent
48e1897c
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/scenarios/memmo/talos_circle_path.py
View file @
b296e158
...
...
@@ -83,8 +83,8 @@ ps.addGoalConfig (q_goal)
# write problem in files :
f
=
open
(
statusFilename
,
"w"
)
f
.
write
(
"q_init= "
+
str
(
q_init
[
0
:
3
]
)
+
"
\n
"
)
f
.
write
(
"q_goal= "
+
str
(
q_goal
[
0
:
3
]
)
+
"
\n
"
)
f
.
write
(
"q_init= "
+
str
(
q_init
)
+
"
\n
"
)
f
.
write
(
"q_goal= "
+
str
(
q_goal
)
+
"
\n
"
)
f
.
close
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment