-
Notifications
You must be signed in to change notification settings - Fork 165
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
Rolling Support #188
Comments
@peterdavidfagan This is not scheduled, but I agree this could be useful for R&D. |
Maybe you can modify this part in all the CMakeLists.txt files too: zed-ros2-wrapper/zed_wrapper/CMakeLists.txt Lines 7 to 44 in 66e6d12
so you can add officially the ROLLING support
|
a nice and good
at line 38 before the |
Ok yes this is good advice, also a lot better than the quick solution I was going for to test things. Shall I open a PR with these changes? Update: so far so good, I guess for opening a PR I would also need to update the CMakeLists.txt of the submodule dependency: https://github.com/stereolabs/zed-ros2-interfaces/blob/6dfb08531c324481418342e789adb2c3d836c917/CMakeLists.txt. For my current purposes I think the above changes are ideal and better than simply deleting the check as I was doing. |
Yes, you're welcome to open a PR |
Preliminary Checks
Proposal
Support ROS rolling in order to enable applications that leverage the latest versions of ROS packages.
Use-Case
Leveraging rolling versions of existing ROS packages. Currently I am looking to build a Zed container leveraging rolling for the following repository.
The text was updated successfully, but these errors were encountered: