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
test-hpp
Commits
d6616eb2
Commit
d6616eb2
authored
May 12, 2014
by
Florent Lamiraux
Browse files
Update script test_rrt.py to modification in hpp-corbaserver.
parent
7fd93dbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/test_rrt.py
View file @
d6616eb2
...
...
@@ -18,7 +18,14 @@ r (q0)
# Add constraints
wcl
=
WsClient
()
wcl
.
problem
.
addStaticStabilityConstraints
(
q0
)
wcl
.
problem
.
addStaticStabilityConstraints
(
"balance"
,
q0
,
robot
.
leftAnkle
,
robot
.
rightAnkle
)
cl
.
problem
.
setNumericalConstraints
(
"balance"
,
[
"balance/relative-com"
,
"balance/relative-orientation"
,
"balance/relative-position"
,
"balance/orientation-left-foot"
,
"balance/position-left-foot"
])
# lock hands in closed position
lockedDofs
=
robot
.
leftHandClosed
()
for
name
,
value
in
lockedDofs
.
iteritems
():
...
...
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