-
Notifications
You must be signed in to change notification settings - Fork 114
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
Catkin command not found #124
Comments
Seems like I am facing something similar. Anyone find a solution? |
Reinstall catkin_tools pip2 install -U catkin_tools Works for me |
Seems like I am facing something similar. |
I pass this issue by Installing catkin_tools from source $ git clone https://github.com/catkin/catkin_tools.git After the steps, you have catkin command right now. PS: stuck in another issue.. |
Hi, I am facing an issue with
catkin config
command which runs after the successfulrosdep install
.I did some tweaks to
rosdep install
to add flags for--skip-keys gtest --skip-keys google-mock
from this PR: #110, which I'm not sure could've affected the installation.Wondering if there's something that I could have missed out here? Thanks.
The text was updated successfully, but these errors were encountered: