-
Notifications
You must be signed in to change notification settings - Fork 241
Description
Guys,
I have been following the tutorial in chapter 14 Stockroom-bot. It seems that I can't download the fetch model by following the instructions in the book:
roy@RoysMacUbuntu:~/ws/src/stockroom_bot$ sudo apt-get install ros-indigo-fetch*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-indigo-fetch*
E: Couldn't find any package by glob 'ros-indigo-fetch*'
I also tried ros-kinetic-fetch* (because I am using ROS kinetic). Didn't work either:
roy@RoysMacUbuntu:~/ws/src/stockroom_bot$ sudo apt-get install ros-kinetic-fetch*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-kinetic-fetch*
E: Couldn't find any package by glob 'ros-kinetic-fetch*'
E: Couldn't find any package by regex 'ros-kinetic-fetch*'
Any idea how I can get the Fetch model?
Many thanks for your time.