PCL Tutorial voxel_grid Permission Denied
Hello,
I am new to ROS, Ubuntu, and PCL. I have Ubuntu 11.10. I am attempting to complete the ROS PCL Tutorials at http://www.ros.org/wiki/pcl/Tutorials. I got stuck at step 4.1.
I was unable to get the ./voxel_grid command to work in the linked part of the tutorial at the PCL website at http://www.pointclouds.org/documentation/tutorials/voxel_grid.php. I receive the following errors:
albertchi@albertchi-e6510:~/my_pcl_tutorial$ ./voxel_grid
bash: ./voxel_grid: No such file or directory
albertchi@albertchi-e6510:~/my_pcl_tutorial$ ./voxel_grid.cpp
bash: ./voxel_grid.cpp: Permission denied
I tried: albertchi@albertchi-e6510:~$ chmod 777 my_pcl_tutorial, but this did not change the output.
I moved on to the next step in the tutorial (the second part of step 4.1), and tried:
albertchi@albertchi-e6510:~$ rosmake my_pcl_tutorial
[ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['my_pcl_tutorial']
[ rosmake ] Logging to directory /home/albertchi/.ros/rosmake/rosmake_output-20121022-112526
[ rosmake ] Expanded args ['my_pcl_tutorial'] to:
[]
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['my_pcl_tutorial']
[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.
Obviously, this was unsuccessful as well. Suggestions would be appreciated. I am hoping it is something simple because I am new.
Amanda
What does executing
ls -la ~/my_pcl_tutorial
give?total 5568
drwxrwxrwx 4 albertchi albertchi 4096 2012-10-22 10:56 .
drwxr-xr-x 36 albertchi albertchi 4096 2012-10-22 09:39 ..
-rw-rw-r-- 1 albertchi albertchi 1569 2012-10-19 16:33 CMakeLists.txt
-rw-rw-r-- 1 albertchi albertchi 1254 2012-10-08 15:06 CMakeLists.txt~
-rw-rw-r-- 1 albertchi albertchi 761 2012-10-08 15:06 example.cpp
drwxrwxr-x 3 albertchi albertchi 4096 2012-10-08 15:01 include
-rw-rw-r-- 1 albertchi albertchi 120 2012-10-08 15:01 mainpage.dox
-rw-rw-r-- 1 albertchi albertchi 41 2012-10-08 15:01 Makefile
-rw-rw-r-- 1 albertchi albertchi 367 2012-10-08 15:01 manifest.xml
drwxrwxr-x 2 albertchi albertchi 4096 2012-10-08 15:01 src
-rw-rw-r-- 1 albertchi albertchi 5649007 2012-10-19 16:51 table_scene_lms400.pcd
-rw-rw-r-- 1 albertchi albertchi 1559 2012-10-22 10:56 voxel_grid.cpp
-rw-rw-r-- 1 albertchi albertchi 1591 2012-10-22 10:56 voxel_grid.cpp~
Sorry this is so long and broken up. Is there a better way for me to post a response in the future?
Instead of creating a lot of comments, it's better to edit the question.