13 lines
679 B
Bash
Executable File
13 lines
679 B
Bash
Executable File
#!/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/firefly/Project_Ros-master/devel:$CMAKE_PREFIX_PATH"
|
|
export PWD='/home/firefly/Project_Ros-master/build'
|
|
export ROSLISP_PACKAGE_DIRECTORIES='/home/firefly/Project_Ros-master/devel/share/common-lisp'
|
|
export ROS_PACKAGE_PATH="/home/luoruidi/Desktop/ros_learn/C++_Merge_Ros/merge_ros/src:/home/firefly/Project_Ros-master/src:$ROS_PACKAGE_PATH" |