AttributeError: 'RosPack' obect has no attribute get_custom_cache

asked 2015-11-30 08:14:59 -0500

icywhite gravatar image

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

edit retag flag offensive close merge delete

Comments

Do you have any of the python-ros* (or any of the other Python based, core ROS tools) installed using pip? Look for things in /usr/local/ (which rospack returns a path in /usr/local/.. fi).

gvdhoorn gravatar image gvdhoorn  ( 2015-11-30 09:19:39 -0500 )edit

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

icywhite gravatar image icywhite  ( 2015-11-30 22:23:02 -0500 )edit