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

Robotics2233's profile - activity

2019-06-25 05:33:16 -0500 received badge  Famous Question (source)
2018-07-09 14:08:09 -0500 marked best answer Create new another workspace

I'm trying to create another workspace alongside with current existing one. I have a working workspace named 'catkin_ws' my new workspace is 'reemron_ws'

when i do cd ~/reemron_ws and type catkin_make I'm getting the error:

The specified base path "/home/lizi/reemron_ws" contains a CMakeLists.txt but "catkin_make" must be invoked in the root of workspace

I pay attention that the CMakeList.txt in my new workspace is linked to other file. This is the output of ls -l (in reemron_ws folder) lrwxrwxrwx 1 lizi lizi 49 Apr 30 14:07 CMakeLists.txt -> /opt/ros/indigo/share/catkin/cmake/toplevel.cmake

I know the error says that catkin_make must run from the root of the workspace but I'm at the root of the workspace. And suggestions?

2018-05-06 20:00:27 -0500 received badge  Notable Question (source)
2018-05-06 20:00:27 -0500 received badge  Popular Question (source)
2017-04-30 07:24:17 -0500 answered a question Create new another workspace

The problem was i run the command: catkin_init_workspace at the root of the workspace instead at /src I delete the fo

2017-04-30 07:24:17 -0500 asked a question Create new another workspace

Create new another workspace I'm trying to create another workspace alongside with current existing one. I have a workin

2017-04-30 07:24:16 -0500 asked a question catkin_make after creating a new workspace

catkin_make after creating a new workspace I'm trying to create another workspace alongside with current existing one. I