Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error of catkin build: Unable to find source space .... #425

Closed
Happyjie1993 opened this issue Jan 16, 2017 · 10 comments
Closed

Error of catkin build: Unable to find source space .... #425

Happyjie1993 opened this issue Jan 16, 2017 · 10 comments
Labels

Comments

@Happyjie1993
Copy link

catkin build unable to find source space if I made a directory within a sub-directory of the main folder, such as /home/computername/sub_folder/my_workspace/src. But it works well if I put the workspace folder just under the main folder like /home/computername/my_workspace/src. It's strange since I never have met this problem before (and catkin_make always works well). So what's wrong with my system setting?

Here is some of my system configuration information:
Operating System: Ubuntu 16.04 Linux
Python Version: Python 2.7.11
ROS Distro: kinetic

@wjwwood
Copy link
Member

wjwwood commented Jan 27, 2017

Please give a list of exact commands, copy-pasting the entire terminal output if possible. I can't tell what the issue is based on the information you've given me.

@oscar-lima
Copy link

I had a similar problem, the following solved my problem:

rm -rf ~/.catkin_tools

According to the catkin tools documentation : The only constraint is that catkin workspaces cannot contain other catkin workspaces.

@Happyjie1993
Copy link
Author

Happyjie1993 commented Feb 21, 2017

@oscar-lima Thank you so much~. Your method solved my problem! The .catkin_tools(a hidden folder) and the other workspaces can't be placed in the same folder (unluckily it happens to me :( ).

@Happyjie1993
Copy link
Author

@wjwwood Thank you and sorry for replaying so late. My problem is solved by using @oscar-lima 's method~~

@ebimor
Copy link

ebimor commented Jan 2, 2018

thank you very much Oscar-Lima :) you saved my day.

@JosePlaza92
Copy link

Thank you Oscar. I had similar problem and your solution worked.

@kheaactua
Copy link

I got this problem when I was attempting to build tf2 on Windows bash (using conan.) Switching to the normal windows shell resolved the problem.

@AshfakYeafi
Copy link

@oscar-lima thanks for the solution.

@mohammadkhoshnazarr
Copy link

@oscar-lima Thanks man, Your method works like a charm.

@JuJingYiLove
Copy link

你是我爹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants