Install rosdep with apt#6542
Conversation
|
HTML artifacts: https://github.com/ros2/ros2_documentation/actions/runs/25331153316/artifacts/6788684398. To view the resulting site:
|
christophebedard
left a comment
There was a problem hiding this comment.
Makes sense. We install it from apt in the normal Ubuntu installation tutorial, although now it's installed through sudo apt install ros-dev-tools.
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
248f310 to
d875005
Compare
christophebedard
left a comment
There was a problem hiding this comment.
Ah, wait, the pip install command is intentional, we should keep it. See the note above it.
| .. code-block:: console | ||
|
|
||
| $ pip install rosdep | ||
| $ sudo apt-get install python3-rosdep |
There was a problem hiding this comment.
@christophebedard @ahcorde what we should do here is to add --break-system-package instead?
There was a problem hiding this comment.
that would probably be useful, yeah
|
Current rolling already uses |
Related with ros2/lyrical_tutorial_party#2806