ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

catkin_make problem after several workspace directory

asked 2014-11-06 17:46:02 -0500

green96 gravatar image

updated 2014-11-06 17:52:42 -0500

Hi I have one problem with catkin. When I have just installed ROS I made catkin_ws folder. After it I tried to download source from git and I noticed that with this package from git there is readme file with installation steps. So I made another workspace. I mean I got two workspace:

  • catkin_ws just after instalation (there was only one package - beginners tutorial)
  • tum_simulator_ws with two packages.

I read here that if we really don't need several workspace we should avoid this situation, because there are some complications.

So I remove catkin_ws, but now I can't use catkin_make. Please help me.

przemek@przem:~/tum_simulator_ws/src$ catkin_init_workspace 
Creating symlink "/home/przemek/tum_simulator_ws/src/CMakeLists.txt" pointing to "/opt/ros/indigo/share/catkin/cmake/toplevel.cmake"
przemek@przem:~/tum_simulator_ws/src$ cd ~/tum_simulator_ws/
przemek@przem:~/tum_simulator_ws$ catkin_make
Base path: /home/przemek/tum_simulator_ws
Source space: /home/przemek/tum_simulator_ws/src
The specified base path "/home/przemek/tum_simulator_ws" contains a CMakeLists.txt but "catkin_make" must be invoked in the root of workspace
przemek@przem:~/tum_simulator_ws$

I use ROS Indigo and Ubuntu 14.04. In my .bashrc file I have this lines:

source /opt/ros/indigo/setup.bash
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:~/tum_simulator_ws

LC_NUMERIC=C
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-06 18:14:14 -0500

Nouman Tahir gravatar image

do this for sourcing .bashrc, i dont know if your sourcing is similar or not, but this is how i did....writing for ur case

source ~/tum_simulator_ws/devel/setup.bash

plus did you reset the terminal for matkin_make in directory, if so, do a source devel/setup.bash or edit .bashrc like above

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-11-06 17:46:02 -0500

Seen: 345 times

Last updated: Nov 06 '14