15 lines
1.1 KiB
Bash
Executable File
15 lines
1.1 KiB
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
|
|
export ROSLISP_PACKAGE_DIRECTORIES='/home/jun/Slam_map/fast_lio2/devel/share/common-lisp'
|
|
|
|
# modified environment variables
|
|
export CMAKE_PREFIX_PATH="/home/jun/Slam_map/fast_lio2/devel:$CMAKE_PREFIX_PATH"
|
|
export LD_LIBRARY_PATH='/home/jun/Slam_map/fast_lio2/devel/lib:/opt/ros/noetic/lib:/usr/local/cuda-11.8/lib64'
|
|
export PATH='/opt/ros/noetic/bin:/home/jun/.local/bin:/home/jun/.codex/tmp/arg0/codex-arg0ObpLWy:/home/jun/.nvm/versions/node/v22.22.1/bin:/usr/local/cuda-11.8/bin:/home/jun/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/jun/.vscode/extensions/openai.chatgpt-26.409.20454-linux-x64/bin/linux-x86_64'
|
|
export PWD='/home/jun/Slam_map/fast_lio2/build'
|
|
export ROS_PACKAGE_PATH="/home/jun/Slam_map/fast_lio2/src:$ROS_PACKAGE_PATH" |