ros-drivers / transport_drivers

A set of ROS2 drivers for transport-layer protocols.
Apache License 2.0
92 stars 56 forks source link

serial_driver to be removed from Dashing due to removed dependency. #14

Closed nuclearsandwich closed 4 years ago

nuclearsandwich commented 4 years ago

The removal of Autoware.Auto (which included autoware_auto_cmake) in ros/rosdistro#23937 has caused a regression of the serial_driver package in Dashing due to the dependency on autoware_auto_cmake.

There is currently a Dashing sync scheduled for this week. The current plan is to proceed with the sync and allow the package to be removed but if it's possible to work around the dependency it's possible to reintroduce the package in a future release / sync.

JWhitleyWork commented 4 years ago

@nuclearsandwich The autoware_auto_cmake package shouldn't be required. I'll remove it from this build and release a new version today.

JWhitleyWork commented 4 years ago

See #15

JWhitleyWork commented 4 years ago

@nuclearsandwich https://github.com/ros/rosdistro/pull/25845 releases the new version into Dashing which has the Autoware.AUTO dependencies removed.