Unable to install fetch (sudo apt-get install ros-indigo-fetch*)
Guys,
I am trying to install the Fetch model on my machine but failed to do so due to following error:
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*'
I ran apt-get update already.
Any idea where the problem might be?
Many thanks for your time.