Skip to content
Snippets Groups Projects
Commit a9022de5 authored by KristofRobot's avatar KristofRobot
Browse files

Merge pull request #356 from bulwahn/master

minor improvements to documentation and environment variables
parents 7867e268 5199b2c0
No related branches found
No related tags found
No related merge requests found
This is a layer to provide ROS Hydromedusa in an OpenEmbedded Linux system.
This is a layer to provide ROS Indigo Igloo in an OpenEmbedded Linux system.
It provides a stable cross-compilation build system for many common ROS packages.
Currently, this layer is still under continuous development.
......@@ -161,6 +161,8 @@ Currently, this layer is still under continuous development.
to the /etc/hosts file, and set up the environment with
export ROS_ROOT=/opt/ros/indigo
export ROS_DISTRO=indigo
export ROS_PACKAGE_PATH=/opt/ros/indigo/share
export PATH=$PATH:/opt/ros/indigo/bin
export LD_LIBRARY_PATH=/opt/ros/indigo/lib
export PYTHONPATH=/opt/ros/indigo/lib/python2.7/site-packages
......
ROS_ROOT=/opt/ros/indigo/
ROS_DISTRO=indigo
ROS_PACKAGE_PATH=/opt/ros/indigo/share
ROS_PORT=11311
ROS_MASTER_URI=http://localhost:11311
CMAKE_PREFIX_PATH=/opt/ros/indigo/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment