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

Drop dependency on Boost #251

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Drop dependency on Boost #251

merged 1 commit into from
Jan 26, 2024

Conversation

lalten
Copy link
Contributor

@lalten lalten commented Jan 25, 2024

As pointed out in #238 (comment), Boost is only needed for Foxglove. It turns out it isn't actually needed there either (anymore?).

In Foxglove itself, there is only a ROS 1 Smoketest that needs boost::filesystem. So nothing we need to care about. https://github.com/search?q=repo%3Afoxglove%2Fros-foxglove-bridge%20boost&type=code

In ROS 2's resource_retriever, It seems like there was some Boost going on in the past, but on the Humble branch there definitely isn't any: https://github.com/ros/resource_retriever/blob/humble/resource_retriever/include/resource_retriever/retriever.hpp

Unless I missed something it seems to be we can just drop the dependency on Boost altogether in rules_ros2.

@lalten lalten marked this pull request as ready for review January 25, 2024 20:06
Copy link
Owner

@mvukov mvukov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, many thanks! 🚀

@mvukov mvukov merged commit 7ce1e03 into mvukov:main Jan 26, 2024
6 checks passed
@lalten lalten deleted the drop-boost branch January 26, 2024 08:33
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