-
Notifications
You must be signed in to change notification settings - Fork 27
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 rosbuild groovy on travis #63
add rosbuild groovy on travis #63
Conversation
Doesn't this PReq mix patches for |
It seems so, I forget about this. I restated rosbuild/deb which is the only one setup that didn't pass the test. |
the result of build test seems horrible, only catkin/deb passed. Thus, first we have to check if there are something misisng in upstream test case, https://github.com/start-jsk/rtmros_common/tree/master/hrpsys_ros_bridge/test, or we have something wrong in this package. |
I'm looking at -> https://travis-ci.org/start-jsk/rtmros_hironx/jobs/21147668 |
'non-deb' test fails with grep hoge/fuga at https://github.com/start-jsk/rtmros_hironx/pull/63/files#diff-354f30a63fb0907d4ad57269548329e3R59, and groovy/deb fails with lack of pr2_controllers_msgs:
we should release 1.0.8 with depends to ros-groovy-pr2-controllrs-msgs |
I'm not sure what's the problem here, and I might be missing a point, but first of all why do we need to support |
supporting only catkin is fine for this package. |
I see, sounds like that is the point of whole this PReq. Although adding So, I'm almost merging this but |
That's true , thanks for catching. Memo: Currently our travis script (not applied to this repository yet), uses package.xml to rosdep install. So it is surprising for me to know rosdep on manifest works on this repository. https://github.com/start-jsk/rtmros_common/blob/master/.travis.yml#L53 |
travis failed again. This time due to the missing |
No description provided.