ROS_Simulation/build/atomic_configure/local_setup.fish.yjqbI
2025-11-09 14:40:37 +08:00

15 lines
409 B
Fish
Executable File

#!/usr/bin/env fish
# generated from catkin/cmake/template/local_setup.fish.in
# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
if test -z $_CATKIN_SETUP_DIR
set _CATKIN_SETUP_DIR /home/zh/drive_ws/devel
end
set CATKIN_SETUP_UTIL_ARGS "--extend --local"
source "$_CATKIN_SETUP_DIR/setup.fish"
set -e CATKIN_SETUP_UTIL_ARGS