Setup » History » Version 3
Matthieu Herrb, 2016-08-01 12:32
groovy -> indigo
1 | 2 | Aurélie Clodic | h1. Setup your environment to use Genom3 |
---|---|---|---|
2 | 1 | Aurélie Clodic | |
3 | We assume that $INSTALL_PATH reflects the location where your component is installed and that you are using bash shell. |
||
4 | |||
5 | h2. Pocolibs |
||
6 | |||
7 | <pre> |
||
8 | export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_PATH/lib/pkgconfig |
||
9 | </pre> |
||
10 | |||
11 | |||
12 | h2. Ros |
||
13 | |||
14 | <pre> |
||
15 | source /opt/ros/$ROS_VERSION/setup.bash |
||
16 | export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_PATH/lib/pkgconfig |
||
17 | export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$INSTALL_PATH/src/ros-nodes:$INSTALL_PATH/share |
||
18 | 3 | Matthieu Herrb | export PYTHONPATH=/opt/ros/indigo/lib/python2.7/dist-packages:$INSTALL_PATH/lib/python2.7/site-packages |
19 | 1 | Aurélie Clodic | </pre> |