diff options
author | rene <rene@FreeBSD.org> | 2010-10-22 17:37:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-10-22 17:37:23 +0800 |
commit | b237d38efd0e396ecccb51253f69eaa276e63f66 (patch) | |
tree | 8bfe6178b32df79cdc6ebd654de4e3006bbb0301 /devel/ros-rx | |
parent | 87eff4c3df06263e331bf34e8c9473f95eb3d639 (diff) | |
download | freebsd-ports-gnome-b237d38efd0e396ecccb51253f69eaa276e63f66.tar.gz freebsd-ports-gnome-b237d38efd0e396ecccb51253f69eaa276e63f66.tar.zst freebsd-ports-gnome-b237d38efd0e396ecccb51253f69eaa276e63f66.zip |
Tweak values of environment variables, remove obsolete OCTAVE_PATH variable.
Diffstat (limited to 'devel/ros-rx')
-rw-r--r-- | devel/ros-rx/files/pkg-message.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/ros-rx/files/pkg-message.in b/devel/ros-rx/files/pkg-message.in index e9402c6c6f19..c3a50417bf09 100644 --- a/devel/ros-rx/files/pkg-message.in +++ b/devel/ros-rx/files/pkg-message.in @@ -1,9 +1,8 @@ To use ROS, add these variables to your environment: -ROS_MASTER_URI <HTTP address of the host running the ROS master> -ROS_PACKAGE_PATH <a directory where you will store additional ROS software> +ROS_MASTER_URI <HTTP address of the host running roscore>:11311 +ROS_PACKAGE_PATH <directory where you will store additional ROS software> ROS_ROOT %%PREFIX%%/ros -PYTHONPATH $ROS_ROOT/core/roslib/src -OCTAVE_PATH $ROS_ROOT/core/experimental/rosoct/octave +PYTHONPATH ${ROS_ROOT}/core/roslib/src If you intend to build software with ROS: CPATH %%LOCALBASE%%/include |