We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db630c commit 28c2118Copy full SHA for 28c2118
1 file changed
utility_scripts/launch_drone_vehicle.sh
@@ -52,11 +52,11 @@ fi
52
53
# Select the DP launch file
54
if [[ "$CONTROLLER_TYPE" == "adapt_quat" ]]; then
55
- DP_LAUNCH="auv_setp dp_quat.launch.py"
+ DP_LAUNCH="auv_setup dp_quat.launch.py"
56
elif [[ "$CONTROLLER_TYPE" == "pid" ]]; then
57
- DP_LAUNCH="auv_setp dp.launch.py controller_type:=pid orientation_mode:=$ORI_TYPE"
+ DP_LAUNCH="auv_setup dp.launch.py controller_type:=pid orientation_mode:=$ORI_TYPE"
58
else
59
- DP_LAUNCH="auv_setp dp.launch.py controller_type:=adaptive orientation_mode:=$ORI_TYPE"
+ DP_LAUNCH="auv_setup dp.launch.py controller_type:=adaptive orientation_mode:=$ORI_TYPE"
60
fi
61
62
echo "[LAUNCH] ori_type=$ORI_TYPE controller_type=$CONTROLLER_TYPE dp_launch=$DP_LAUNCH"
0 commit comments