Skip to content

Commit 28c2118

Browse files
committed
fix typo: auv_setp->auv_setup
1 parent 8db630c commit 28c2118

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

utility_scripts/launch_drone_vehicle.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ fi
5252

5353
# Select the DP launch file
5454
if [[ "$CONTROLLER_TYPE" == "adapt_quat" ]]; then
55-
DP_LAUNCH="auv_setp dp_quat.launch.py"
55+
DP_LAUNCH="auv_setup dp_quat.launch.py"
5656
elif [[ "$CONTROLLER_TYPE" == "pid" ]]; then
57-
DP_LAUNCH="auv_setp dp.launch.py controller_type:=pid orientation_mode:=$ORI_TYPE"
57+
DP_LAUNCH="auv_setup dp.launch.py controller_type:=pid orientation_mode:=$ORI_TYPE"
5858
else
59-
DP_LAUNCH="auv_setp dp.launch.py controller_type:=adaptive orientation_mode:=$ORI_TYPE"
59+
DP_LAUNCH="auv_setup dp.launch.py controller_type:=adaptive orientation_mode:=$ORI_TYPE"
6060
fi
6161

6262
echo "[LAUNCH] ori_type=$ORI_TYPE controller_type=$CONTROLLER_TYPE dp_launch=$DP_LAUNCH"

0 commit comments

Comments
 (0)