You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did rosdep update --os=ubuntu:jammy but it gave me the OS not found error.
I checked issues here, and found a recommendations to use export ROS_OS_OVERRIDE="debian" && rosdep update and that worked.
I wanted to use rosdep keys to get the right package lists.
I'm on Void Linux.
The text was updated successfully, but these errors were encountered:
blacklightpy
changed the title
--os flag does not work, but export ROS_OS_OVERRIDE does.--os flag does not work, but export ROS_OS_OVERRIDE does
May 5, 2024
I did
rosdep update --os=ubuntu:jammy
but it gave me the OS not found error.I checked issues here, and found a recommendations to use
export ROS_OS_OVERRIDE="debian" && rosdep update
and that worked.I wanted to use
rosdep keys
to get the right package lists.I'm on Void Linux.
The text was updated successfully, but these errors were encountered: