ros2 / ros1_bridge

ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2
Apache License 2.0
421 stars 274 forks source link

ros1_bridge cannot be built on CI anymore #409

Open quarkytale opened 1 year ago

quarkytale commented 1 year ago

Foxy is EOL, so there are no actively supported ROS 2 distributions on Focal. This means that we have no distributions where we can build the ros1_bridge in ci.ros2.org anymore.

Possible alternatives could be:

Also, there's an open PR using the rolling docker image https://github.com/ros2/ros1_bridge/pull/398

quarkytale commented 1 year ago

Using debian packages is the preferred option and to be sought out first as it would be beneficial in the long run.