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 beep trylock, print PDgain, print time in EC debug #1060

Merged
merged 3 commits into from
Oct 26, 2016

Conversation

snozawa
Copy link
Contributor

@snozawa snozawa commented Oct 26, 2016

3つくらいのPRをまとめました

  • Beeperでrealtime threadをmutex lockしていたのを、realtime threadをブロックしないようにtrylockにしました(時々lockでrealtime threadが待たされることがあることがわかりました)
  • RObotHardwareでPDゲインをload時にprintするようにしました。
  • hrpECの中で、ENABLE_DEBUG_PRINTされてるとき(デフォルト無効かされてます)のprint分に、gettimeofdayの結果を表示するようにしましt

よろしくお願いします。

@k-okada
Copy link
Contributor

k-okada commented Oct 26, 2016

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

Build Log
last 10 lines

[...truncated 63 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:211)
    at hudson.model.Run.execute(Run.java:1765)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:401)

Test FAILed.

@snozawa
Copy link
Contributor Author

snozawa commented Oct 26, 2016

failしましたが、travisをrestartしたら通りました。
お手すきのときで構いませんのでご確認いただけますと幸いです。

@fkanehiro fkanehiro merged commit d83e410 into fkanehiro:master Oct 26, 2016
@snozawa snozawa deleted the add_beep_trylock branch May 17, 2017 08:57
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.

None yet

3 participants