Skip to content
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 building without ROS even if you have ROS #448

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

henrygerardmoore
Copy link

@henrygerardmoore henrygerardmoore commented May 31, 2024

I want to build without ROS enabled even though I have ROS2 installed. While following this guide, I found that in the current CMake, -DENABLE_ROS=OFF will be ignored if you have ROS2 installed (since it goes directly to ROS2.cmake instead of ROS1.cmake). This PR makes it so you can build without ROS if you so choose, even if you have it installed.

Please let me know if you need any further information or require changes 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant