aerostack2 / aerostack2.github.io

Documentation of the Aerostack2 Project
https://aerostack2.github.io/
MIT License
8 stars 6 forks source link

rosdep init if rosdep not initialized #33

Closed pariaspe closed 1 year ago

pariaspe commented 1 year ago
$ ~/as2_ws$ rosdep update
ERROR: no sources directory exists on the system meaning rosdep has not yet been initialized.

Please initialize your rosdep with

    sudo rosdep init
pariaspe commented 1 year ago

If rosdep init sources are already initialized, a warning shows up:

$ sudo rosdep init
ERROR: default sources list file already exists:
    /etc/ros/rosdep/sources.list.d/20-default.list
Please delete if you wish to re-initialize
pariaspe commented 1 year ago

Done in #36