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:
parent
b2a3a25720
commit
18a9288f44
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue