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
Stack Of Tasks
sot-dynamic-pinocchio
Commits
9bf77e13
Commit
9bf77e13
authored
May 27, 2011
by
Thomas Moulard
Browse files
Enable JointLimitator.
parent
4a163b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/sot/dynamics/solver.py
View file @
9bf77e13
...
...
@@ -43,11 +43,7 @@ class Solver:
# and NOT 'sot.control'!
if
robot
.
device
:
plug
(
self
.
sot
.
control
,
robot
.
device
.
control
)
#FIXME: should be...
# plug(self.jointLimitator.control, robot.device.control)
plug
(
self
.
jointLimitator
.
control
,
robot
.
device
.
control
)
plug
(
self
.
robot
.
device
.
state
,
self
.
robot
.
dynamic
.
position
)
def
push
(
self
,
taskName
):
...
...
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