mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 22:10:35 +08:00
9 lines
260 B
Bash
9 lines
260 B
Bash
#!/usr/bin/env bash
|
|
# generated from catkin/cmake/templates/setup.bash.in
|
|
|
|
CATKIN_SHELL=bash
|
|
|
|
# source setup.sh from same directory as this file
|
|
_CATKIN_SETUP_DIR=$(builtin cd "`dirname "${BASH_SOURCE[0]}"`" > /dev/null && pwd)
|
|
. "$_CATKIN_SETUP_DIR/setup.sh"
|