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
Humanoid Path Planner
hpp-practicals
Commits
ba858c9f
Commit
ba858c9f
authored
Nov 25, 2016
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Nov 28, 2016
Browse files
Fix bug in construction of manipulation graph.
- edge "release-ball" does not contain "placement" constraint.
parent
8a06846a
Changes
1
Show whitespace changes
Inline
Side-by-side
script/manipulation.py
View file @
ba858c9f
...
...
@@ -41,8 +41,6 @@ graph.setConstraints (edge='transit',
graph
.
setConstraints
(
edge
=
'transfer'
,
numConstraints
=
[
'grasp'
])
graph
.
setConstraints
(
edge
=
'grasp-ball'
,
numConstraints
=
[
'placement'
,
'placement/complement'
])
graph
.
setConstraints
(
edge
=
'release-ball'
,
numConstraints
=
[
'placement'
,
'placement/complement'
])
## Project initial configuration on state 'placement'
res
,
q_init
,
error
=
ps
.
client
.
manipulation
.
problem
.
applyConstraints
\
...
...
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