13 lines
802 B
Bash
13 lines
802 B
Bash
|
#!/usr/bin/env sh
|
||
|
# generated from catkin/python/catkin/environment_cache.py
|
||
|
|
||
|
# based on a snapshot of the environment before and after calling the setup script
|
||
|
# it emulates the modifications of the setup script without recurring computations
|
||
|
|
||
|
# new environment variables
|
||
|
|
||
|
# modified environment variables
|
||
|
export CMAKE_PREFIX_PATH="/home/klafyvel/Documents/supelec/2A/projet/workspace/devel/.private/joy_teleop:$CMAKE_PREFIX_PATH"
|
||
|
export PWD="/home/klafyvel/Documents/supelec/2A/projet/workspace/build/joy_teleop"
|
||
|
export ROSLISP_PACKAGE_DIRECTORIES="/home/klafyvel/Documents/supelec/2A/projet/workspace/devel/.private/joy_teleop/share/common-lisp:$ROSLISP_PACKAGE_DIRECTORIES"
|
||
|
export ROS_PACKAGE_PATH="/home/klafyvel/Documents/supelec/2A/projet/workspace/src/teleop_tools/joy_teleop:$ROS_PACKAGE_PATH"
|