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
7e24db1c
Commit
7e24db1c
authored
May 01, 2019
by
Pierre Fernbach
Browse files
[script] talos_circle : only try the direct path
parent
e9bb8816
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/scenarios/memmo/talos_circle_oriented_path.py
View file @
7e24db1c
...
...
@@ -114,8 +114,15 @@ ps.selectDistance("Kinodynamic")
ps
.
selectPathPlanner
(
"DynamicPlanner"
)
# Solve the planning problem :
t
=
ps
.
solve
()
print
"Guide planning time : "
,
t
success
=
ps
.
client
.
problem
.
prepareSolveStepByStep
()
if
not
success
:
print
"planning failed."
import
sys
sys
.
exit
(
1
)
ps
.
client
.
problem
.
finishSolveStepByStep
()
try
:
# display solution :
...
...
Write
Preview
Markdown
is supported
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