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

Add stair update terrain #540

Merged
merged 3 commits into from
Mar 30, 2015

Conversation

snozawa
Copy link
Contributor

@snozawa snozawa commented Mar 28, 2015

階段VRMLを追加し、ふせいちVRMLに地面を追加しました。

(progn (load "package://drc_task_common/euslisp/drc-testbed-models.l")                                                                                                                                                                                                
       (make-drc-terrain :add-groud-p t)                                                                                                                                                                                                                                                
       (send *terrain* :name "DRCTestbedTerrainUSBlock")                                                                                                                                                                                                                                
       (eus2wrl *terrain* "/tmp/DRCTestbedTerrainUSBlock.wrl" :mode :openhrp3 :fixed t))                                                                                                                                                                                                

(progn (load "package://drc_task_common/euslisp/drc-testbed-models.l")                                                                                                                                                                                                                  
       (make-drc-terrain-japanese-block-ver :add-groud-p t)                                                                                                                                                                                                                             
       (send *terrain* :name "DRCTestbedTerrainJPBlock")                                                                                                                                                                                                                                
       (eus2wrl *terrain* "/tmp/DRCTestbedTerrainJPBlock.wrl" :mode :openhrp3 :fixed t))                                                                                                                                                                                                

(progn (load "package://drc_task_common/euslisp/drc-testbed-models.l")                                                                                                                                                                                                                  
       (make-drc-stair :add-groud-p t)                                                                                                                                                                                                                                                  
       (send *stair* :name "DRCTestbedStair")                                                                                                                                                                                                                                           
       (eus2wrl *stair* "/tmp/DRCTestbedStair.wrl" :mode :openhrp3 :fixed t))                

よろしくお願いします。

@k-okada
Copy link
Contributor

k-okada commented Mar 28, 2015

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

Build Log
last 10 lines

[...truncated 48 lines...]
    at org.jenkinsci.plugins.ghprb.GhprbRepository.createCommitStatus(GhprbRepository.java:122)
    at org.jenkinsci.plugins.ghprb.GhprbBuilds.onCompleted(GhprbBuilds.java:118)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:27)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:12)
    at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:199)
    at hudson.model.Run.execute(Run.java:1769)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:89)
    at hudson.model.Executor.run(Executor.java:240)

Test FAILed.

@k-okada
Copy link
Contributor

k-okada commented Mar 30, 2015

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

@snozawa
Copy link
Contributor Author

snozawa commented Mar 30, 2015

origin/masterをmergeして再度travisにかかったところ、通ったようです。
よろしくお願いいたします。

fkanehiro added a commit that referenced this pull request Mar 30, 2015
@fkanehiro fkanehiro merged commit b436455 into fkanehiro:master Mar 30, 2015
@snozawa snozawa deleted the add_stair_update_terrain branch March 31, 2015 06:28
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.

3 participants