Skip to content

Commit

Permalink
[hrpsys_ros_bridge_tutorials] modify JAXON3's conf code miner change
Browse files Browse the repository at this point in the history
  • Loading branch information
kindsenior authored and kindsenior committed Nov 13, 2017
1 parent 5504cab commit a9fca9e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def setStAbcIcParametersJAXON_BLUE(self, foot="KAWADA"):
#stp.st_algorithm=OpenHRP.StabilizerService.EEFM
#stp.st_algorithm=OpenHRP.StabilizerService.EEFMQP
stp.st_algorithm=OpenHRP.StabilizerService.EEFMQPCOP
stp.emergency_check_mode=OpenHRP.StabilizerService.CP # enable EmergencyStopper for JAXON @ 2015/11/19
stp.emergency_check_mode=OpenHRP.StabilizerService.CP
stp.cp_check_margin=[0.05, 0.045, 0, 0.095]
stp.k_brot_p=[0, 0]
stp.k_brot_tc=[1000, 1000]
Expand Down Expand Up @@ -355,8 +355,8 @@ def setStAbcIcParametersJAXON_BLUE(self, foot="KAWADA"):
# foot margin param
stp.eefm_leg_inside_margin=0.05
stp.eefm_leg_outside_margin=0.05
stp.eefm_leg_front_margin=0.12
stp.eefm_leg_rear_margin=0.09
stp.eefm_leg_front_margin=0.16
stp.eefm_leg_rear_margin=0.06
rleg_vertices = [OpenHRP.StabilizerService.TwoDimensionVertex(pos=[stp.eefm_leg_front_margin, stp.eefm_leg_inside_margin]),
OpenHRP.StabilizerService.TwoDimensionVertex(pos=[stp.eefm_leg_front_margin, -1*stp.eefm_leg_outside_margin]),
OpenHRP.StabilizerService.TwoDimensionVertex(pos=[-1*stp.eefm_leg_rear_margin, -1*stp.eefm_leg_outside_margin]),
Expand Down

0 comments on commit a9fca9e

Please sign in to comment.