Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not distribute ForceMoment to swing foot #972

Merged
merged 1 commit into from
Apr 8, 2016

Conversation

YutaKojio
Copy link
Contributor

EEFMQPで,遊脚にforce/momentを分配しないようにしました.

今まで
before

PR後
after

テストコード

openhrp-project-generator `rospack find openhrp3`/share/OpenHRP-3.1/sample/model/sample1_bush.wrl `rospack find openhrp3`/share/OpenHRP-3.1/sample/model/longfloor.wrl,0,0,0,1,0,0,0 `rospack find openhrp3`/share/OpenHRP-3.1/sample/model/floor1.wrl,5.392,-5.117,0.0197,0,1,0,0 --use-highgain-mode false --output /tmp/SampleRobot_for_torquecontrol_with_wall.xml --timeStep 0.001 --dt 0.002 && export BUSH_CUSTOMIZER_CONFIG_PATH=`rospack find openhrp3`/../OpenHRP-3.1/customizer/sample1_bush_customizer_param.conf && rtmlaunch hrpsys_ros_bridge samplerobot.launch PROJECT_FILE:=/tmp/SampleRobot_for_torquecontrol_with_wall.xml hrpsys_precreate_rtc:=PDcontroller USE_UNSTABLE_RTC:=true RUN_RVIZ:=false
(progn
  (load "package:https://hrpsys_ros_bridge/euslisp/samplerobot-interface.l")
  (samplerobot-init)
  (setq *robot* *sr*)
  (send *ri* :angle-vector (send *robot* :reset-pose) 2000)
  (send *ri* :wait-interpolation)
  (send *ri* :start-auto-balancer)
  (send *ri* :start-st)
  (send *ri* :set-gait-generator-param :default-step-time 1.8 :default-orbit-type :stair)
  (send *ri* :go-pos 1 0 0)
)

@snozawa
Copy link
Contributor

snozawa commented Apr 8, 2016

LGTM

@k-okada
Copy link
Contributor

k-okada commented Apr 8, 2016

Refer to this link for build results (access rights to CI server needed):
https://jenkins.jsk.imi.i.u-tokyo.ac.jp:8080/job/hrpsys-qnx/2595/
Test PASSed.

@fkanehiro fkanehiro merged commit 8c35314 into fkanehiro:master Apr 8, 2016
@YutaKojio YutaKojio deleted the fix-distributor branch April 13, 2016 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants