AttributeError: 'RosPack' obect has no attribute get_custom_cache
I used ROS for a while in summer and it was working perfectly fine. I wanted to use it for current project and as soon as i logged on ubuntu and typed roscore in terminal i got this message: AttributeError: 'RosPack' obect has no attribute 'get_custom_cache'
I have updated all my packages.. ROS doesnt seem to have new update (or perhaps i updated before i started working on it today). my python rospkg is ver 1.0.38-1
Do you have any of the
python-ros*
(or any of the other Python based, core ROS tools) installed usingpip
? Look for things in/usr/local/
(which rospack
returns a path in/usr/local/..
fi).typing /usr/local/ then ls gave me folders: bin, etc, games, include, lib, man, sbin, share, src
typing which rospack returns /opt/ros/indigo/bin/rospack