setup_cached.sh 832 B

1234567891011121314
  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. # modified environment variables
  7. export CMAKE_PREFIX_PATH="/home/neousys/autoware.ai/build/map_tools/devel:$CMAKE_PREFIX_PATH"
  8. export LD_LIBRARY_PATH="/home/neousys/autoware.ai/install/autoware_build_flags/lib:$LD_LIBRARY_PATH"
  9. export PKG_CONFIG_PATH='/home/neousys/autoware.ai/install/autoware_build_flags/lib/pkgconfig:/opt/ros/melodic/lib/pkgconfig'
  10. export ROSLISP_PACKAGE_DIRECTORIES='/home/neousys/autoware.ai/build/map_tools/devel/share/common-lisp'
  11. export ROS_PACKAGE_PATH="/home/neousys/autoware.ai/src/autoware/utilities/map_tools:$ROS_PACKAGE_PATH"