Skip to content

Commit

Permalink
[sample/SampleRobot] set all limbs to limbs arguments in trot walking
Browse files Browse the repository at this point in the history
  • Loading branch information
eisoku9618 committed Oct 26, 2015
1 parent 0112743 commit 99fd982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/SampleRobot/samplerobot_auto_balancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def demoGaitGeneratorSetFootStepsWithArms():
ggp.default_step_height = 0.01
hcf.abc_svc.setGaitGeneratorParam(ggp)
# start walking
hcf.startAutoBalancer()
hcf.startAutoBalancer(['rleg', 'lleg', 'rarm', 'larm'])
hcf.setFootSteps([OpenHRP.AutoBalancerService.Footsteps([OpenHRP.AutoBalancerService.Footstep([0,-0.09,0], [1,0,0,0], "rleg"),
OpenHRP.AutoBalancerService.Footstep([0.23,0.21,0.86], [1,0,0,0], "larm")]),
OpenHRP.AutoBalancerService.Footsteps([OpenHRP.AutoBalancerService.Footstep([0,0.09,0], [1,0,0,0], "lleg"),
Expand Down

0 comments on commit 99fd982

Please sign in to comment.