Project

General

Profile

Actions

Setup » History » Revision 1

Revision 1/5 | Next »
Aurélie Clodic, 2014-07-04 11:49


Setup your middleware

We assume that $INSTALL_PATH reflects the location where your component is installed and that you are using bash shell.

Pocolibs

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_PATH/lib/pkgconfig

Ros

source /opt/ros/$ROS_VERSION/setup.bash
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_PATH/lib/pkgconfig
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$INSTALL_PATH/src/ros-nodes:$INSTALL_PATH/share
export PYTHONPATH=/opt/ros/groovy/lib/python2.7/dist-packages:$INSTALL_PATH/lib/python2.7/site-packages

Updated by Aurélie Clodic almost 10 years ago · 1 revisions