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
1f8446b3
Commit
1f8446b3
authored
Oct 14, 2019
by
Pierre Fernbach
Committed by
Pierre Fernbach
Jan 17, 2020
Browse files
[script] update talos_flatGround to be used by SL1M
parent
09715469
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/scenarios/demos/talos_flatGround_path.py
View file @
1f8446b3
...
...
@@ -54,7 +54,7 @@ v = vf.createViewer(displayArrows = True)
# Setting initial configuration
q_init
=
rbprmBuilder
.
getCurrentConfig
();
q_init
[
3
:
7
]
=
[
0
,
0
,
0
,
1
]
q_init
[
0
:
3
]
=
[
0
,
0
,
1.
]
q_init
[
0
:
3
]
=
[
0
,
0
,
rbprmBuilder
.
ref_height
]
v
(
q_init
)
ps
.
setInitialConfig
(
q_init
)
# set goal config
...
...
@@ -79,6 +79,7 @@ ps.selectPathPlanner("DynamicPlanner")
t
=
ps
.
solve
()
print
"Guide planning time : "
,
t
pathId
=
0
# display solution :
from
hpp.gepetto
import
PathPlayer
...
...
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