ros-infrastructure / rospkg

rospkg Python library for ROS
http://wiki.ros.org/rospkg
36 stars 97 forks source link

Add OS_RASPBIAN #244

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

We should set up an alias in rosdep as soon as possible so that when we're ready to switch raspbian to detecting separately from Debian, we don't break rosdep.

The steps to getting where we want to be:

  1. Merge this PR to make OS_RASPBIAN available and release rospkg
  2. Update rosdep to alias OS_RASPBIAN to OS_DEBIAN and release rosdep
  3. Ensure the new rosdep is widely available
  4. Update rospkg to detect Raspbian as OS_RASPBIAN

We may want to make rospkg conflict with rosdep versions which don't have the OS_RASPBIAN alias. We don't have the ability to do that in pip, but we could at least do it in the debs and RPM packages. It might save someone a headache at some point.