Actions
Setup your environment to use Genom3¶
We assume that $INSTALL_PATH reflects the location where your component is installed and that you are using bash shell and $ROS_VERSION reflects the version of ROS you are using (ie kinetic, indigo,...)
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/$ROS_VERSION/lib/python2.7/dist-packages:$INSTALL_PATH/lib/python2.7/site-packages
Updated by Matthieu Herrb over 5 years ago · 5 revisions