rosdep error view is empty [closed]
I'm attempting to go though this tutorial:
http://www.ros.org/wiki/ROS/Tutorials/CreatingPackage
I managed to successfully create the packages, however when I try and run
rospack depends1 beginner_tutorials
Then I got this error:
[rospack] Error: the rosdep view is empty: call 'sudo rosdep init' and 'rosdep update'
After doing both of those things nothing seems to be working. Does anyone know how to go about fixing this? It presents the error no matter what packages I try the command on.
Update:
That's got it. Thanks for the assistance. I'll update my answers in the future, thanks for reminding me!