How to rosmake ROS package which is in /opt/ros/***/stacks/
Could you tell me how to re-rosmake packages under /opt/ros/*/stacks/ ?
I installed openni_kinect package.
In order to understand how it works,
I added some ROSINFO function in some codes(For example, in openni_device.cpp).
Next, I renamed ROS_NOBUILD file to ROS_NOBUILD_ORG not to skip building this package.
Finally, I did "rosmake openni_camera", however, I got an error.
The error means
"mkdir : could not make `build' directory : not permitted".
How do I solve it?
Of course, I cannot conduct "sudo rosmake * * *".