ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Grr. Still haven't issues. When I get to the Layer 2 stuff, I get this: [visualization_common] Installing https://code.ros.org/svn/release/download/stacks/visualization_common/visualization_common-1.8.4/visualization_common-1.8.4.tar.bz2 (visualization_common-1.8.4) to /home/mkopack/ros/visualization_common ERROR [vcstools] Tarball download unpack failed: [Errno 28] No space left on device[/vcstools]

It continues farther and then has the same issue with Simulator_gazebo and everything afterwards. Finally I see this:

UnboundLocalError: local variable 'tempdir' referenced before assignment Exception caught during install: Error processing 'visualization_common' : [visualization_common] Checkout of https://code.ros.org/svn/release/download/stacks/visualization_common/visualization_common-1.8.4/visualization_common-1.8.4.tar.bz2 version visualization_common-1.8.4 into /home/mkopack/ros/visualization_common failed. Error processing 'simulator_gazebo' : local variable 'tempdir' referenced before assignment Error processing 'laser_pipeline' : local variable 'tempdir' referenced before assignment Error processing 'robot_model_tutorials' : local variable 'tempdir' referenced before assignment Error processing 'common' : local variable 'tempdir' referenced before assignment Error processing 'diagnostics' : local variable 'tempdir' referenced before assignment Error processing 'navigation' : local variable 'tempdir' referenced before assignment

ERROR in config: Error processing 'visualization_common' : [visualization_common] Checkout of https://code.ros.org/svn/release/download/stacks/visualization_common/visualization_common-1.8.4/visualization_common-1.8.4.tar.bz2 version visualization_common-1.8.4 into /home/mkopack/ros/visualization_common failed. Error processing 'simulator_gazebo' : local variable 'tempdir' referenced before assignment Error processing 'laser_pipeline' : local variable 'tempdir' referenced before assignment Error processing 'robot_model_tutorials' : local variable 'tempdir' referenced before assignment Error processing 'common' : local variable 'tempdir' referenced before assignment Error processing 'diagnostics' : local variable 'tempdir' referenced before assignment Error processing 'navigation' : local variable 'tempdir' referenced before assignment

Ideas?

Grr. Still haven't issues. When I Edit: Updating this to include some solutions to get to the Layer 2 stuff, I get this: [visualization_common] Installing https://code.ros.org/svn/release/download/stacks/visualization_common/visualization_common-1.8.4/visualization_common-1.8.4.tar.bz2 (visualization_common-1.8.4) to /home/mkopack/ros/visualization_common ERROR [vcstools] Tarball download unpack failed: [Errno 28] No space left on device[/vcstools]things farther:

It continues farther The issue here is that I'm running Raspbian for the OS and then has they had /tmp set up to be in RAM. I had to do the same issue with Simulator_gazebo and everything afterwards. Finally I see this:following to fix it:

UnboundLocalError: local variable 'tempdir' referenced before assignment Exception caught during install: Error processing 'visualization_common' : [visualization_common] Checkout of https://code.ros.org/svn/release/download/stacks/visualization_common/visualization_common-1.8.4/visualization_common-1.8.4.tar.bz2 version visualization_common-1.8.4 into /home/mkopack/ros/visualization_common failed. Error processing 'simulator_gazebo' : local variable 'tempdir' referenced before assignment Error processing 'laser_pipeline' : local variable 'tempdir' referenced before assignment Error processing 'robot_model_tutorials' : local variable 'tempdir' referenced before assignment Error processing 'common' : local variable 'tempdir' referenced before assignment Error processing 'diagnostics' : local variable 'tempdir' referenced before assignment Error processing 'navigation' : local variable 'tempdir' referenced before assignment1) in .bashrc, add: export TMPFS=/var/tmp

ERROR in config: Error processing 'visualization_common' : [visualization_common] Checkout of https://code.ros.org/svn/release/download/stacks/visualization_common/visualization_common-1.8.4/visualization_common-1.8.4.tar.bz2 version visualization_common-1.8.4 into /home/mkopack/ros/visualization_common failed. Error processing 'simulator_gazebo' : local variable 'tempdir' referenced before assignment Error processing 'laser_pipeline' : local variable 'tempdir' referenced before assignment Error processing 'robot_model_tutorials' : local variable 'tempdir' referenced before assignment Error processing 'common' : local variable 'tempdir' referenced before assignment Error processing 'diagnostics' : local variable 'tempdir' referenced before assignment Error processing 'navigation' : local variable 'tempdir' referenced before assignment2) then edit /etc/default/rcS and comment out the line that reads: RAMPTMP=yes

Ideas?3) Reboot.

Additionally, it appears there was some sort of error in the install scripts that placed ROS in /opt/ros/fuert not in /opt/ros/fuerte.

I had to do a: sudo mv /opt/ros/fuert /opt/ros/fuerte to rename it, after performing step 1.3.2, and then repeat 1.3.2 to get it to put everything in the right place.

When I got to the "rosdep install -a" step though, I ran into the problems found here: http://answers.ros.org/question/33002/rosdep-install-a-fails-on-debian-sqeeze/

Unfortunately, I'm stuck again and I need to switch over to doing grad school work today. I'll try to get back to this tomorrow.