"Installing and Configuring Your ROS Environment" -bash: /opt/ros/electric/setup.bash: No such file or directory
Hi again, Last time with help of tfoote I was able to install ros-diamondback-turtlebot on TrimSlice which is ARM architecture. This was on Ubuntu 11.4. Next, I've installed developer kit on my desktop - no problem here. After that I suppose to configure my workspace based on instructions from this page - http://www.ros.org/wiki/ROS/Tutorials/InstallingandConfiguringROSEnvironment but I stuck there. The reason is that on command: #!/bin/sh source /opt/ros/electric/setup.bash I'm getting: -bash: /opt/ros/electric/setup.bash: No such file or directory I have empty /opt/ folder on my TrimSlice (btw, this is not an ad, I don't know how to call it in another way) Any ideas how I can fix it? While I was installing from source codes I didn't have any problems (setups were finished successfully without errors). Thanks.