setup_cached.sh 1.1 KB

12345678910111213141516
  1. #!/usr/bin/env sh
  2. # generated from catkin/python/catkin/environment_cache.py
  3. # based on a snapshot of the environment before and after calling the setup script
  4. # it emulates the modifications of the setup script without recurring computations
  5. # new environment variables
  6. export ROSLISP_PACKAGE_DIRECTORIES='/home/zyj/catkin_ws/src/free_lidar_duishe/build/devel/share/common-lisp'
  7. # modified environment variables
  8. export CMAKE_PREFIX_PATH="/home/zyj/catkin_ws/src/free_lidar_duishe/build/devel:$CMAKE_PREFIX_PATH"
  9. export LD_LIBRARY_PATH="/home/zyj/catkin_ws/src/free_lidar_duishe/build/devel/lib:$LD_LIBRARY_PATH"
  10. export PATH='/opt/ros/kinetic/bin:/home/zyj/bin:/home/zyj/.local/bin:/home/zyj/bin:/home/zyj/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'
  11. export PKG_CONFIG_PATH="/home/zyj/catkin_ws/src/free_lidar_duishe/build/devel/lib/pkgconfig:$PKG_CONFIG_PATH"
  12. export PWD='/home/zyj/catkin_ws/src/free_lidar_duishe/build'
  13. export ROS_PACKAGE_PATH="/home/zyj/catkin_ws/src/free_lidar_duishe:$ROS_PACKAGE_PATH"