I've installed:
ROS Indigo
Trusty (14.04)
I'm stuck in the ROS installation at
http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment
3. Managing your environment
When I run the command:
$ export | grep ROS
The terminal outputs:
$: command not found
The same thing happens when I attempt any of the commands there after on the guide.
**Checking ROS Installation**
When I run the command:
which roscore
The terminal outputs:
/opt/ros/indigo/bin/roscore
**Attempting to uninstall ROS**
When I run the command:
sudo apt-get remove ros
The terminal outputs:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros
Any help would be much appreciated. Thanks!
↧