Skip to content
Snippets Groups Projects
Commit d048ae5c authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Update to recent modification in Entity class.

parent fb002db0
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -248,7 +248,7 @@ class AbstractHumanoidRobot (object): ...@@ -248,7 +248,7 @@ class AbstractHumanoidRobot (object):
featureCom.selec.value = selec featureCom.selec.value = selec
featureComDes = FeatureGeneric(featureDesName) featureComDes = FeatureGeneric(featureDesName)
featureComDes.errorIN.value = self.dynamic.com.value featureComDes.errorIN.value = self.dynamic.com.value
featureCom.sdes.value = featureComDes featureCom.setReference(featureComDes.name)
comTask = TaskPD(taskName) comTask = TaskPD(taskName)
comTask.add(featureName) comTask.add(featureName)
comTask.controlGain.value = gain comTask.controlGain.value = gain
......
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