From a2ffde5153cc289fbcf27d67575f0c36b51b8a84 Mon Sep 17 00:00:00 2001 From: "Peter S. Housel" Date: Sat, 2 Aug 2014 23:16:04 -0700 Subject: [PATCH] README.md: update to reflect new ROS package prefix Update the setup instructions to reflect the use of ${ros_prefix}. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2929d8a..07cf649 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,13 @@ Currently, this layer is still under continuous development. to the /etc/hosts file, and set up the environment with - export ROS_ROOT=/usr + export ROS_ROOT=/opt/ros/hydro + export PATH=$PATH:/opt/ros/hydro/bin + export LD_LIBRARY_PATH=/opt/ros/hydro/lib + export PYTHONPATH=/opt/ros/hydro/lib/python2.7/site-packages export ROS_MASTER_URI=http://localhost:11311 - export CMAKE_PREFIX_PATH=/usr - touch /usr/.catkin + export CMAKE_PREFIX_PATH=/opt/ros/hydro + touch /opt/ros/hydro/.catkin Finally, you can start roscore with