mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +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