Skip to content

Commit

Permalink
connect servoState from rh to es.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Nov 21, 2015
1 parent 1be13ba commit 94d1b5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/hrpsys_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@ def connectComps(self):
if self.el:
connectPorts(self.rh.port("q"), self.el.port("qCurrent"))

# connection for co
if self.es:
connectPorts(self.rh.port("servoState"), self.es.port("servoStateIn"))

def activateComps(self):
'''!@brief
Activate components(plugins)
Expand Down

0 comments on commit 94d1b5f

Please sign in to comment.