-
Notifications
You must be signed in to change notification settings - Fork 2
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
PIDconf.cfg: Permission denied #1
Comments
Hi, GuiRitter! |
Fist question: where do I need to the put project? |
Seems you have a problem due to unzipping project. I found similar topic. I guess when you used sudo, you execute Cmake as super user, which don't have ros libraries in their path. |
No problem! Next time I'm available I'll try again, thanks! |
Hi there.
In trying to test your project, I came across an error. I'm using Xubuntu 16.04 and ROS Lunar. I can't use a ROS lower than Kinetic because that would require (X)Ubuntu 14.04 and that only comes with
cmake
lower than 3.Firstly, the
README
doesn't say where to place your project. Due to looking like a ROS project, I placed it in the default ROS path.However, when I run
make
, I get this:Imagining it was a permission issue, I tried with
sudo make
:Thanks in advance.
The text was updated successfully, but these errors were encountered: