README.md: correct ROS_ROOT value

roswtf reports that

ROS_ROOT is invalid: ROS_ROOT [/opt/ros/indigo] must end in directory named 'ros'

Update README.md to change ROS_ROOT value to '/opt/ros'.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
This commit is contained in:
Dmitry Rozhkov 2016-10-28 12:03:52 +03:00
parent b2a3a25720
commit 18a9288f44
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ resolved in the past.
to the /etc/hosts file, and set up the environment with to the /etc/hosts file, and set up the environment with
export ROS_ROOT=/opt/ros/indigo export ROS_ROOT=/opt/ros
export ROS_DISTRO=indigo export ROS_DISTRO=indigo
export ROS_PACKAGE_PATH=/opt/ros/indigo/share export ROS_PACKAGE_PATH=/opt/ros/indigo/share
export PATH=$PATH:/opt/ros/indigo/bin export PATH=$PATH:/opt/ros/indigo/bin