Skip to content

Commit dcbad0f

Browse files
committed
[jaxon_red_setup.py][jaxon_red_rh_setup.py] not set error limit to motor_joint (multisense)
1 parent 5a29cfd commit dcbad0f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

hrpsys_choreonoid_tutorials/scripts/jaxon_blue_rh_setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def defJointGroups (self):
4242

4343
def startABSTIMP (self):
4444
### not used on hrpsys
45-
# self.el_svc.setServoErrorLimit("motor_joint", sys.float_info.max)
4645
# self.el_svc.setServoErrorLimit("RARM_F_JOINT0", sys.float_info.max)
4746
# self.el_svc.setServoErrorLimit("RARM_F_JOINT1", sys.float_info.max)
4847
# self.el_svc.setServoErrorLimit("LARM_F_JOINT0", sys.float_info.max)

hrpsys_choreonoid_tutorials/scripts/jaxon_red_rh_setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def defJointGroups (self):
4242

4343
def startABSTIMP (self):
4444
### not used on hrpsys
45-
self.el_svc.setServoErrorLimit("motor_joint", sys.float_info.max)
4645
self.el_svc.setServoErrorLimit("RARM_F_JOINT0", sys.float_info.max)
4746
self.el_svc.setServoErrorLimit("RARM_F_JOINT1", sys.float_info.max)
4847
self.el_svc.setServoErrorLimit("LARM_F_JOINT0", sys.float_info.max)

hrpsys_choreonoid_tutorials/scripts/jaxon_red_setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def defJointGroups (self):
4242

4343
def startABSTIMP (self):
4444
### not used on hrpsys
45-
self.el_svc.setServoErrorLimit("motor_joint", sys.float_info.max)
4645
self.el_svc.setServoErrorLimit("RARM_F_JOINT0", sys.float_info.max)
4746
self.el_svc.setServoErrorLimit("RARM_F_JOINT1", sys.float_info.max)
4847
self.el_svc.setServoErrorLimit("LARM_F_JOINT0", sys.float_info.max)

0 commit comments

Comments
 (0)