ubi-agni / ros-builder-action

Github action to build .deb packages from ROS sources
https://ros.packages.techfak.net
5 stars 5 forks source link

ros-one-usb-cam not visible with apt #19

Closed ojura closed 2 weeks ago

ojura commented 2 weeks ago

@rhaschke you might want to update the packages list for Noble. I see https://ros.packages.techfak.net/pool/main/r/ros-one-usb-cam/ros-one-usb-cam_0.3.7-19noble.20241023.1756_amd64.deb, but it seems it's not in the package list. Downloading and installing the deb works fine.

rhaschke commented 2 weeks ago

This package is only available in noble-testing. Not sure when to sync those to noble.

ojura commented 2 weeks ago

Ah, okay! Do you think it would make sense to reference the testing component in install instructions on the landing page, so users are aware and can opt in?

rhaschke commented 2 weeks ago

It is already mentioned:

Cutting edge testing repository

In order to use latest builds as soon as they become available, you can use the -testing repository. Just replace $(lsb_release -cs) above with $(lsb_release -cs)-testing.