nasa-jpl / osr-rover-code

Code that runs on the Open Source Rover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rosdep install "given path 'src' does not exist"

JHPHELAN opened this issue · comments

Revisiting OSR to do a clean install of latest code for Foxy/ROS2:
Following from https://github.com/nasa-jpl/osr-rover-code/blob/foxy-devel/setup/rpi.md
All went well until part 4.2 Clone and build the rover code
at step
rosdep install --from-paths src --ignore-src --rosdistro=foxy
I get error
given path 'src' does not exist
Don't see solution in Issues, Pull requests, nor Google
JHP

Thanks to @Achllle on Slack:
need a
cd ~/osr_ws
command to get to the right directory prior to
rosdep install --from-paths src --ignore-src --rosdistro=foxy
after which you should get
#All required rosdeps installed successfully
JHP