Skip to content

Commit

Permalink
[hironx_client.py] Based on a real robot user observation, goInitial …
Browse files Browse the repository at this point in the history
…might have to be run when the robot powered up first time for the day. See also start-jsk#507 (comment).
  • Loading branch information
130s committed Jul 7, 2017
1 parent f0f31af commit 43763e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,9 @@ def checkEncoders(self, jname='all', option=''):
if self.sc_svc:
self.sc_svc.servoOn()

print("Run 'goInitial'")
self.goInitial()

def startImpedance_315_1(self, arm,
M_p = 100.0,
D_p = 100.0,
Expand Down

0 comments on commit 43763e9

Please sign in to comment.