ROS Jade : Configuration
Configuring ROS If you have not installed ROS, I have written a short guide describing the process. It can be found here found here Install ROS - Jade on Ubuntu 14.10 The first step is to check whether the environment variables for ROS are setup properly Do a {% highlight bash %} tasdik@Acer:~$ export | grep ROS {% endhighlight %} Look for ROS_ROOT and ROS_PACKAGE_PATH whether they are set. It should look something like this ...