-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not detect OS (raspbian) #857
Comments
I ran into the same issue, this seems to be a bug in rospkg. I think it's related to this ticket ros-infrastructure/rospkg#241 |
Did you ever get this set? I'm running into this issue too |
You can override the OS with rosdep install --from-paths src --ignore-src -y --os=debian:bullseye |
Just got the above stack trace as well. My OS version is:
This was part of step 5 of this tutorial trying to do For now, I am using the following workaround as detailed in the rospkg code. The following command works |
ros-infrastructure/rospkg#244 detects Raspbian distinct from Debian and #867 has rosdep treat Raspbian as Debian. |
I am running rosdep on Raspberry Pi OS and got the following error:
The OS is:
The script may look for
ID
(raspbian
, which is not in the set above) where alternatively, it should also look forID_LIKE
(debian
, which is in the set above).The text was updated successfully, but these errors were encountered: