mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
76 stars 42 forks source link

Drop dependency on Boost #251

Closed lalten closed 5 months ago

lalten commented 5 months ago

As pointed out in https://github.com/mvukov/rules_ros2/pull/238#issuecomment-1909969580, 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.