Skip to content

Commit

Permalink
Connect q and qRef to ThermoEstimator to estimate joint torque from e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
orikuma committed Oct 2, 2014
1 parent 9898518 commit 3b69a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/hrpsys_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ def connectComps(self):

# connection for te
if self.te:
connectPorts(self.rh.port("q"), self.te.port("qCurrentIn"))
connectPorts(self.sh.port("qOut"), self.te.port("qRefIn"))
if self.tf:
connectPorts(self.tf.port("tauOut"), self.te.port("tauIn"))
else:
Expand Down

0 comments on commit 3b69a86

Please sign in to comment.