Skip to content

Commit

Permalink
Merge pull request start-jsk#85 from mmurooka/keep-co-during-servo-on
Browse files Browse the repository at this point in the history
Merged.
  • Loading branch information
snozawa committed Apr 2, 2015
2 parents be63756 + 136c0eb commit bf0dac9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jsk_hrp2_ros_bridge/scripts/jsk_hrp2_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ def servoOn(self, jname='all', destroy=1, tm=3):
for jgroups in self.Groups:
self.seq_svc.addJointGroup(jgroups[0], jgroups[1])
# move to idle mode for filter type RTCs
if self.co_svc:
self.co_svc.disableCollisionDetection()
for rtc in self.getJointAngleControllerList():
rtc.stop();
rtc.start();
Expand Down Expand Up @@ -525,8 +523,6 @@ def servoOnWithResetPose(self):
self.seq_svc.setJointAngles(self.hrp2ResetPose(), 3.0)
print "go to reset-pose"
self.seq_svc.waitInterpolation()
if self.co_svc:
self.co_svc.enableCollisionDetection()
if self.ROBOT_NAME.find("HRP2JSKNT") != -1 and self.hc_svc != None:
print "hand joint calib"
self.hc_svc.handServoOn()
Expand Down

0 comments on commit bf0dac9

Please sign in to comment.