-
Notifications
You must be signed in to change notification settings - Fork 330
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
Use ament_cmake to repalce mrt_cmake_modules #320
Use ament_cmake to repalce mrt_cmake_modules #320
Conversation
@immel-f Hi, I'd like to check if you have any chance to review this PR. if possible, I hope this PR can be merged to master, or merge to a new branch in this repo so that more people can test it. |
Thank you for your contribution! Please give us some time to review the pull request |
I appreciate effort you put into this, but to be honest, I don't understand what you are trying to achieve. A little background: We started mrt_cmake_modules gives us:
And since it's released for all ros and ros2 versions, installing it basically comes for free via |
Thanks for the feedback. A big problem of To me, more specifically, it does not support windows. I have a local working version of Could you keep the PR open for a while? I'd like to check the failing testcases if it's environment issue or the package itself. I might leave ros1 issues as they are and focus on |
Well that's not a showstopper. It is built on top of ament, catkin, conan and cmake, and these are standard tools. Think of it as all the cmake code we would have to write to offer all the features I enumerated above, just moved into a separate project.
Well that's a different thing. If you need that, why don't you implement that support on the |
this PR is closed. |
Hi,
This is my attempt to replace mrt_cmake_modules by
ament_cmake
and standard cmake, which tries to fix #319I'd like to see if this kind of PR is on the roadmap of this project.
I tested it locally with ros2 rolling, all local
colcon test
passed, but I'd like to see if it breaks any other tests.Any comment is welcome.