ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question

Manolis's profile - activity

2013-07-23 04:18:46 -0500 answered a question catkin_make turotial error

Since I couldn’t find any other solution I just removed Linux partition and reinstalled everything (Ubuntu 12.04, ROS etc). Now it works.

2013-07-23 04:16:39 -0500 received badge  Famous Question (source)
2013-07-20 07:21:29 -0500 received badge  Notable Question (source)
2013-07-19 05:05:48 -0500 commented question catkin_make turotial error

Failed to download target platform data for gbpdistro: HTTP Error 404: Not Found

2013-07-19 05:00:56 -0500 commented question catkin_make turotial error

Gustav, yes , I started from the installation and then gone to tutorials. I have initialized rosdep and sourced the setup.bash. Also I run rosdep update. but I get this: ERROR: unable to process source [https://github.com/ros/rosdistro/raw/master/releases/groovy.yaml]:

2013-07-18 18:30:54 -0500 received badge  Popular Question (source)
2013-07-18 11:50:05 -0500 commented question catkin_make turotial error

I have done the old beginner tutorials and now I am going through new beginner tutorials with catkin. Yes I have installed ROS using apt-get

2013-07-18 11:49:19 -0500 answered a question catkin_make turotial error

I have done the old beginner tutorials and now I am going through new beginner tutorials with catkin. Yes I have installed ROS using apt-get.

2013-07-18 05:21:46 -0500 asked a question catkin_make turotial error

Hi all,

I was going through the ROS tutorials. After making the catkin workspace:

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ catkin_init_workspace

I try to run catkin_make as explained in tutorial:

$ cd ~/catkin_ws/
$ catkin_make

How ever I got an error msg :

ImportError: "from catkin_pkg.topological_order import topological_order" failed: No module named cmake Make sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.

python-catkin-pkg is installed and up-to-date. Also when I run $PYTHONPATH I get: bash: /opt/ros/groovy/lib/python2.7/dist-packages: Is a directory

I removed and reinstall ROS but didnt have any effect. I use ROS groovy and ubuntu 12.04.

How I fix this? Thanks