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 nozawa's patches #498

Merged
merged 10 commits into from
Feb 25, 2015
Merged

add nozawa's patches #498

merged 10 commits into from
Feb 25, 2015

Conversation

k-okada
Copy link
Contributor

@k-okada k-okada commented Feb 22, 2015

including #496, #492, #491, #489, #487, #484, #476, #458

  • Check leg name alternation
  • Add graspless manip mode, in which foot steps are modified based on hand modification
  • Reduce debug print message from SoftErrorLimiter (once per 0.02[s])
  • Reduce ThermoLimiter debug print (once per 0.1[s])
  • Use RPY-fixed linear KF by default
  • Add graspless manip mode, in which foot steps are modified based on hand modification
  • Add 'some' argument for isServoOn and update documentation
  • Add beep sound for CollisionDetector
  • Remove force_offset and moment_offset in RMFO because these are replaced by removeforcesensoroffsetwithmassoffset in RobotHardware
  • Add removeForceSensorOffsetWithMassOffset for zero-setting by adding offsets from mass properties influence

@k-okada
Copy link
Contributor Author

k-okada commented Feb 22, 2015

@fkanehiro さん,たまっていたPRを全部まとめました.これを通してもらえると嬉しいです.

@k-okada
Copy link
Contributor Author

k-okada commented Feb 22, 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/1782/

Build Log
last 10 lines

[...truncated 5517 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 k-okada mentioned this pull request Feb 22, 2015
@k-okada
Copy link
Contributor Author

k-okada commented Feb 22, 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/1784/

Build Log
last 10 lines

[...truncated 5017 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 Author

k-okada commented Feb 22, 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/1785/

Build Log
last 10 lines

[...truncated 5008 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 Author

k-okada commented Feb 23, 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/1786/
Test PASSed.

@k-okada
Copy link
Contributor Author

k-okada commented Feb 23, 2015

@fkanehiro さん,お忙しいところとは思いますが,あと,https://travis-ci.org/fkanehiro/hrpsys-base/jobs/51775161 だけをリスタートしていただければ,通る気がします.

@k-okada
Copy link
Contributor Author

k-okada commented Feb 23, 2015

うーん.だめですが,gccのメモリ不足なので,もうなんかいかおねがいします....

@snozawa
Copy link
Contributor

snozawa commented Feb 23, 2015

@k-okadaさん
遅くなりまして大変申し訳ありません。

修正ならびにコミットありがとうございます。
以下の2コミットは、まだissueが途中ですのでコミットから削除いただけますと助かります。
k-okada@8599f68
k-okada@59c01ea
また上記は、RobotHardwareService.idlを修正してますが、APIをbreakしてるのかもしれません(まだ未確認です)

関連するissue
#456

よろしくお願いします

@k-okada
Copy link
Contributor Author

k-okada commented Feb 23, 2015

直しました.

@snozawa
Copy link
Contributor

snozawa commented Feb 23, 2015

ありがとうございます。

@k-okada
Copy link
Contributor Author

k-okada commented Feb 23, 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/1787/
Test PASSed.

@snozawa
Copy link
Contributor

snozawa commented Feb 24, 2015

ここの
https://travis-ci.org/fkanehiro/hrpsys-base/builds/51853995
テストをみますと、すべてでros-hydro-rtmbuildがないというエラーがでているようです。
https://travis-ci.org/fkanehiro/hrpsys-base/jobs/51854001#L813

こちらはいかがでしょうか。

@k-okada
Copy link
Contributor Author

k-okada commented Feb 24, 2015

sync中のようです.
http://packages.ros.org/ros-shadow-fixed/ubuntu/pool/main/r/ros-hydro-rtmbuild/
このディレクトリにdebができるまで,チョット待つ必要がありそうです.

◉ Kei Okada

On Tue, Feb 24, 2015 at 11:50 PM, Shunichi Nozawa notifications@github.com
wrote:

ここの
https://travis-ci.org/fkanehiro/hrpsys-base/builds/51853995
テストをみますと、すべてでros-hydro-rtmbuildがないというエラーがでているようです。
https://travis-ci.org/fkanehiro/hrpsys-base/jobs/51854001#L813

こちらはいかがでしょうか。


Reply to this email directly or view it on GitHub
#498 (comment).

@snozawa
Copy link
Contributor

snozawa commented Feb 24, 2015

ありがとうございます、助かります。
上記ページを確認しておき、debができてOKになるタイミングをみておきます。

fkanehiro added a commit that referenced this pull request Feb 25, 2015
@fkanehiro fkanehiro merged commit cca27f8 into fkanehiro:master Feb 25, 2015
@k-okada k-okada deleted the nozawa_fix branch February 25, 2015 06:06
@k-okada
Copy link
Contributor Author

k-okada commented Feb 25, 2015

ありがとうございます!!!

◉ Kei Okada

On Wed, Feb 25, 2015 at 3:05 PM, Fumio KANEHIRO notifications@github.com
wrote:

Merged #498 #498.


Reply to this email directly or view it on GitHub
#498 (comment).

@snozawa
Copy link
Contributor

snozawa commented Feb 25, 2015

助かりました!ありがとうございます!

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