ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You've probably run make
using sudo
before (you shouldn't do that), so you'll have to check the permissions on those folders. The easiest way to fix it would be to remove the build
folder (using sudo
) and try again.
2 | No.2 Revision |
You've probably run make
using sudo
before (you shouldn't do that), so you'll have to check the permissions on those folders. The easiest way to fix it would be to remove the build
folder (using sudo
) and try again.
Edit: Can you paste the output of the following commands?
roscd sick_tim3xx
ls -lah cfg
whoami
3 | No.3 Revision |
You've probably run make
using sudo
before (you shouldn't do that), so you'll have to check the permissions on those folders. The easiest way to fix it would be to remove the build
folder (using buildcfgsudo
) and try again.
Edit: Can you paste the output of the following commands?
roscd sick_tim3xx
ls -lah cfg
git status
whoami
4 | No.4 Revision |
You've probably run make
using sudo
before (you shouldn't do that), so you'll have to check the permissions on those folders. The easiest way to fix it would be to remove the build folder (using build cfg
sudo
) and try again.
Edit: Can you edit your question and paste the output of the following commands?commands there?
roscd sick_tim3xx
ls -lah cfg
git status
whoami
5 | No.5 Revision |
You've probably run make
using sudo
before (you shouldn't do that), so you'll have to check the permissions on those folders. The easiest way to fix it would be to remove the build folder (using sudo
) and try again.
Edit:Edit 1: Can you edit your question and paste the output of the following commands there?
roscd sick_tim3xx
ls -lah cfg
git status
whoami
Edit 2: Thanks for adding that info. Something weird is going on: you seem to have deleted the sick_tim3xx/.git
directory, for example. Please delete the whole sick_tim3xx
directory and run:
git clone -b groovy https://github.com/uos/sick_tim3xx.git
Then start over.