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
sot-hrp2
Commits
e559d823
Commit
e559d823
authored
Oct 22, 2012
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Apr 08, 2013
Browse files
Use AbstractHumanoidRobot attribute for accessing signals.
parent
7845d2b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/sot/hrp2/prologue.py
View file @
e559d823
...
...
@@ -38,9 +38,8 @@ def prologue_hrp2(robot,device):
robot
.
features
[
i
].
_feature
.
selec
.
value
=
'111111'
robot
.
tasks
[
i
].
controlGain
.
value
=
1.
robot
.
featureComDes
.
errorIN
.
value
=
robot
.
dynamic
.
com
.
value
robot
.
featureComDes
.
selec
.
value
=
'111'
robot
.
comTask
.
controlGain
.
value
=
1.
robot
.
comRef
.
value
=
robot
.
dynamic
.
com
.
value
robot
.
tasks
[
'com'
].
controlGain
.
value
=
1.
# Push com and feet tasks.
#
...
...
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