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

ignore cmake projects #11

Closed
wants to merge 1 commit into from
Closed

ignore cmake projects #11

wants to merge 1 commit into from

Conversation

stelzo
Copy link

@stelzo stelzo commented Apr 16, 2024

The r2r project still uses CMake for building the nodes in the minimal node example. This PR ignores packages containing CMakeLists.txt to allow both libraries to be used for writing ROS nodes.

The plugin still can compile the r2r node but it leads to problems as described here. I don't really understand the need for colcon-cargo and colcon-ros-cargo at the same time as described in the ros2_rust Readme so I did the PR at both repositories. It seems like the relevant plugin for my system is colcon-ros-cargo though.

@luca-della-vedova
Copy link
Member

Hi!

Can I check whether a fix like this would work? Basically checking whether there is a build type specified in the package.xml and using it instead?

@stelzo
Copy link
Author

stelzo commented Aug 28, 2024

That sounds like the right way to do it. I would also expect an explicit build type to override any detection.

@luca-della-vedova
Copy link
Member

#10 has been merged as an alternative fix, closing this

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.

2 participants