mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 04:47:35 +08:00
rename vtol model for SITL to tailsitter
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ touch rootfs/eeprom/parameters
|
||||
# Start Java simulator
|
||||
if [ "$debugger" == "lldb" ]
|
||||
then
|
||||
lldb -- mainapp ../../../../${rc_script}_${program}
|
||||
lldb -- mainapp ../../../../${rc_script}_${program}_${model}
|
||||
elif [ "$debugger" == "gdb" ]
|
||||
then
|
||||
gdb --args mainapp ../../../../${rc_script}_${program}
|
||||
|
||||
Reference in New Issue
Block a user