If you have trouble with rosdep update

If you are not part of HLHT or do not know what it is, you will probably have trouble to run “rosdep update” after install ros.

A quick fix is to use rosdepc which is described here:

  1. Installation
sudo pip install rosdepc
  1. Use
sudo rosdepc init
rosdepc update

This solution is super brilliant! :heart_eyes: