ros-perception / camera_info_manager_py

Subset of the C++ camera_info_manager ROS package for Python camera drivers
http://wiki.ros.org/camera_info_manager_py
7 stars 25 forks source link

Optionally depend on python3 version of packages for noetic #14

Open lucasw opened 3 years ago

lucasw commented 3 years ago

Probably this works in melodic (I could make a github action to do melodic and noetic), but there could be a noetic-devel branch created for this (and the earlier version could be called kinetic-devel in case anyone comes looking for that).

Without sepcifying python3-rospkg having this package in a workspace and then doing a rosdep install results in this:

Package python-rospkg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python3-rospkg
...
ERROR: the following rosdeps failed to install
executing command [sudo -H apt-get install -y ros-noetic-roslint]
  apt: command [sudo -H apt-get install -y python-rospkg] failed
Timple commented 1 year ago

ping?