README.md: update to reflect new ROS package prefix
Update the setup instructions to reflect the use of ${ros_prefix}.
This commit is contained in:
parent
e9ec1fc089
commit
a2ffde5153
|
@ -126,10 +126,13 @@ Currently, this layer is still under continuous development.
|
||||||
|
|
||||||
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=/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 ROS_MASTER_URI=http://localhost:11311
|
||||||
export CMAKE_PREFIX_PATH=/usr
|
export CMAKE_PREFIX_PATH=/opt/ros/hydro
|
||||||
touch /usr/.catkin
|
touch /opt/ros/hydro/.catkin
|
||||||
|
|
||||||
Finally, you can start roscore with
|
Finally, you can start roscore with
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue