Skip to content
Snippets Groups Projects
Commit 9bf77e13 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Enable JointLimitator.

parent 4a163b34
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment