You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [2]: robot.servoOff()
Turn off Hand Servo
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-47d35baf78ab> in <module>()
----> 1 robot.servoOff()
/home/k-okada/ros/indigo_parent/devel/lib/python2.7/dist-packages/hrpsys/hrpsys_config.pyc in servoOff(self, jname, wait)
1607
1608 print 'Turn off Hand Servo'
-> 1609 if self.sc_svc:
1610 self.sc_svc.servoOff()
1611 # if the servos aren't on switch power off
The text was updated successfully, but these errors were encountered:
hrp2/jaxon/staro をつかっている人で,hrpsys_config.pyの servoOn/Off を使っている人いますか?以下のようなエラーがでませんでしょうか?
The text was updated successfully, but these errors were encountered: