-
Notifications
You must be signed in to change notification settings - Fork 24
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
Enable samplebot sample on melodic #250
Enable samplebot sample on melodic #250
Conversation
… some allow_failures from .travis.yml
…nable-samplebot-sample-melodic
TRAVIS PASSED!!! |
.rosinstall
Outdated
@@ -0,0 +1,30 @@ | |||
- git: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this .rosinstall
for?
Could you write usage of this on README?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is same as .travis.rosinstall
of master
.
I think we don't need this file, and I don't know the usage of some packages like https://svn.code.sf.net/p/jsk-ros-pkg/code/trunk/openrave_planning/collada_robots
.
But I could not erase this file because these URL may be needed in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. How about just commenting out unnecessary lines of .travis.rosinstall
and adding comments like (@Naoki-Hiraoka) I don't know what is for
I think jsk_model_tools, jsk_roseus, and collada_robots are added at #36 .
And nowadays, we can use jsk_model_tools and jsk_roseus from apt, so they are no more required and can be removed even from comments.
@k-okada Do you remember why you added collada_robots
?
I searched source code at c5ea4a4, but I couldn't find about collada_robots
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also test this on kinetic?
I have tested this PR on my kinetic PC now. |
@pazeshun @k-okada (After this PR is merged, we will be able to test |
@Naoki-Hiraoka @k-okada |
I checked with my melodic robot, and it successfully walked! |
On melodic, |
8b01130
to
45ff056
Compare
if we release hrpsys on meloidc, can we remove them from rtmros_gazebo/.travis.rosinstall.kinetic Lines 12 to 14 in c8421d8
|
We do not need latest version of hrpsys to let SampleRobot walk. I'm wondering what .rosinstall should be. Could you tell me what kind of policy we should take? |
I think we sometimes have three situations about travis testing of a package as follows:
Can we separate the second and the third situations? In @Naoki-Hiraoka 's case, |
I opened new PR #255 . |
This PR includes #246, #249.
Samplerobot walked in
melodic
The video is 10x fast because my PC (ThinkPad T440s) is not so fast and simulation is slow.