moveit / warehouse_ros_mongo

Implementation of warehouse_ros using MongoDB
17 stars 33 forks source link

warehouse_ros_mongo in ROS 2 Rolling has not been released on Ubuntu Jammy #71

Open nuclearsandwich opened 2 years ago

nuclearsandwich commented 2 years ago

The ROS 2 Rolling Ridley distribution recently migrated to Ubuntu 22.04 Jammy using the rosdistro migration tool.

This repository is one which failed to bloom during the migration because the mongodb dependency is not available in Ubuntu Jammy. Since this dependency is not present this package may need to be re-worked to remove the dependency or removed from Rolling.

Packages which are not released in Rolling may not be automatically added to future stable ROS 2 distributions.

130s commented 1 year ago

As mentioned in https://github.com/ros-planning/warehouse_ros_mongo/issues/75, the pkg is now at least listed in rosdistro for rolling (debians are not yet available as discussed in the link).

130s commented 1 year ago

This repository is one which failed to bloom during the migration because the mongodb dependency is not available in Ubuntu Jammy. Since this dependency is not present this package may need to be re-worked to remove the dependency or removed from Rolling.

Ah. Steven already explained that an year ago :/ Anyways, conversation is continued in #75.