ethz-asl / nbvplanner

A real-time capable exploration and inspection path planner (next best view planning)
342 stars 120 forks source link

installation fails, catkin_simple repository is not available #13

Closed schrottulk closed 7 years ago

schrottulk commented 7 years ago

Hi there, when I run this step

git submodule update --recursive

from the installation instructions I get:

remote: Repository not found. fatal: repository 'https://github.com/ethz-asl/catkin_simple/' not found Clone of 'https://github.com/ethz-asl/catkin_simple' into submodule path 'catkin_simple' failed

Furthermore accessing the catkin_simple folder results in a 404 error page. Thanks in advance!

andre-nguyen commented 7 years ago

Try this one? https://github.com/catkin/catkin_simple

birchera commented 7 years ago

@fmina apparently the catkin simple repo was deleted, can you advice on whether it should just work with the upstream one or if we had some custom modifications?

fmina commented 7 years ago

There is no need for changes. https://github.com/catkin/catkin_simple should work.

fmina commented 7 years ago

14 this should fix it

birchera commented 7 years ago

Thanks for the quick fix Mina.

Note: If you want to update an existing clone you will need to invoke git submodule sync and git submodule update to fetch the new submodule.