-
Notifications
You must be signed in to change notification settings - Fork 88
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
Fix keyring only for hydro #1276
base: master
Are you sure you want to change the base?
Fix keyring only for hydro #1276
Conversation
a2f43c9
to
1d334ba
Compare
I restarted travis several times but 14 and 15 failed every time. |
There seems to be a issue to be solved between latest OpenHRP3 and hironx-ros-bridge. I tried running the same test with No. 15(TEST_PACKAGE=hironx-ros-bridge USE_SRC_OPENHRP3=true) in my local computer then it failed. I tried to find from which commit the test failed in #1277 using Travis, but I couldn't because of the this limit (50min). |
I've just noticed that the cause of time overs of No. 14 and No.15 is In the latest test which was passed (5 months ago) https://travis-ci.org/fkanehiro/hrpsys-base/builds/485221572, And in this February (3 or 4 months ago), there was a new release of hironx-ros-bridge (version 2.1.1). So I think this release might be related to No. 14 and No. 15 issue. I would like to try to downgrade hironx-ros-bridge from version 2.1.1 to 2.1.0 following this link http://thr3a.hatenablog.com/entry/20180110/1515593932, but unfortunately it seems impossible because of the recent change of packages.ros.org |
I think test No.14 and 15 fails because HrpsysSeqStateROSBridge and HrpsysJointTrajectoryBridge died by memory corruption. (cf. https://travis-ci.org/fkanehiro/hrpsys-base/jobs/545245166#L11642) We may need to wait for solving this problem in hrpsys_ros_bridge (although indigo is EOL). |
hope this will solve #1273 #1274 #1275