Gavin,
The directory /opt/ros is read only except for super users.  You will need to sudo to edit files there.  However this is highly not recommended! unless you are sure that you want to be doing this. 

rosmake passes because there are ROS_NOBUILD flags installed and it doesn't try to build the prebuilt binary installed directories. 

The problems you are describing does not sound like a problem with the build.  I don't expect that recompiling will help you in this case. 

I would suggest that you try `sudo apt-get update && sudo apt-get dist-upgrade` to make sure you're at the latest version. 

And if you are, please send some screen shots to explain more clearly your problem. 

Also if you could determine the version of rviz on the machine which is working and that which is not.  `cat /opt/ros/cturtle/stacks/visualization/CMakeLists.txt` and look for the version number. 

Tully

On Mon, Oct 4, 2010 at 10:37 AM, Gavin McCarter <gmccarter88@gmail.com> wrote:
Hey Everyone,
I've been having some trouble with Rviz lately.  When I load my model,  the perspective is off.  For instance, the robot I have modeled is suspended by a stand and its feet hang over the center of a circular plate. However, when I rotate the model, its feel appear to be hidden by the far side of the circular plate, even when rotated.  I've checked the model on another computer and it works just fine.  I've tried the make clean/rosmake on rviz and I get this error:

-------
gavin@gavindesktop:/opt/ros/cturtle/stacks/visualization/rviz$ make clean
cd build && make clean
make[1]: Entering directory `/opt/ros/cturtle/stacks/visualization/rviz/build'
make[2]: Entering directory `/opt/ros/cturtle/stacks/visualization/rviz/build'
make[2]: CMakeFiles/Makefile2: No such file or directory
make[2]: *** No rule to make target `CMakeFiles/Makefile2'.  Stop.
make[2]: Leaving directory `/opt/ros/cturtle/stacks/visualization/rviz/build'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/opt/ros/cturtle/stacks/visualization/rviz/build'
make: [clean] Error 2 (ignored)
rm -rf msg_gen srv_gen msg/cpp msg/lisp msg/oct msg/java srv/cpp srv/lisp srv/oct srv/java src/rviz/msg src/rviz/srv
rm -rf build
rm: cannot remove `build/Makefile': Permission denied
rm: cannot remove `build/cmake_install.cmake': Permission denied
rm: cannot remove `build/src/Makefile': Permission denied
rm: cannot remove `build/src/cmake_install.cmake': Permission denied
rm: cannot remove `build/src/test/Makefile': Permission denied
rm: cannot remove `build/src/test/cmake_install.cmake': Permission denied
rm: cannot remove `build/src/rviz/Makefile': Permission denied
rm: cannot remove `build/src/rviz/default_plugin/Makefile': Permission denied
rm: cannot remove `build/src/rviz/default_plugin/cmake_install.cmake': Permission denied
rm: cannot remove `build/src/rviz/cmake_install.cmake': Permission denied
rm: cannot remove `build/src/image_view/Makefile': Permission denied
rm: cannot remove `build/src/image_view/cmake_install.cmake': Permission denied
make: *** [clean] Error 1
---------

When I rosmake it, it builds the 47 packages with no failures.  I'm running ubuntu 10.4 in cturtle

Thanks
Gavin


_______________________________________________
ros-users mailing list
ros-users@code.ros.org
https://code.ros.org/mailman/listinfo/ros-users




--
Tully Foote
Systems Engineer
Willow Garage, Inc.
tfoote@willowgarage.com
(650) 475-2827