-
Notifications
You must be signed in to change notification settings - Fork 555
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
collision_plugin_loader port to ROS 2 #69
Conversation
Let's rebase this onto master so that we can start using travis |
Update: It seems part of it is being tested indeed https://travis-ci.org/ros-planning/moveit2/builds/514743505#L1322, only not what's of interest for this PR. What's the flow you'd expect for new PRs? Shall we take care of updating the CI or will you guys take care of it? |
I think that building the sub-packages and passing travis is an essential part of the PR process. Ideally each PR would include the changes necessary for travis to build the changes. In this case, there are dependencies that will need to be ported before this can be built. ( |
Great, thanks. Can you also indicate which changes would be required for travis? Maybe provide an example for a simpler module (e.g. #67)? |
@vmayoral Here are the steps:
Let me know if this works for you |
97725b7
to
043a2f9
Compare
@mlautman, I went ahead and performed the steps described over the weekend. Thanks for the guidelines. Unfortunately, the result wasn't satisfactory and @LanderU and I ended up having to modify the Docker image and moveit_ci quite heavily to make it work. See AcutronicRobotics#34 for the complete discussion or moveit/moveit_ci#56 for the proposed changes. Returning to this PR, I'd advice we go ahead and merge these changes since they already pass CI (see #62 (comment)). |
This is a good thing. The fact that CI failed shows us were there are still issues. Let's fix them in moveit/moveit_ci#56 and get these packages building :) |
@mlautman CI seems to pass now, is there still something missing here? Also, I was wondering if we should delay migrating the collision plugins until moveit/moveit#1584 is synced. The plugin loader doesn't seem to be affected though. |
@JafarAbdi could you reopen this one as well? |
@henningkayser Absolutely - I'll finish addressing the review for the other PR and open a new one for this package |
Closing in favor of #137 |
* Remove move group prefixes * Fix quickstart rviz tutorial * Fix move_group_interface and move_it_cpp tutorials * Update doc/moveit_cpp/src/moveit_cpp_tutorial.cpp * Add ros shutdown to end of tutorial * Update move_group_interface_tutorial.rst Co-authored-by: Jafar Abdi <[email protected]>
Authored originally by @anasarrak.