mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Revert "Implement the way to run posix simulator directly from IDE without the need to reconfigure command lines, but use runner created via CMake"
This reverts commit fff4934743.
This commit is contained in:
@@ -135,15 +135,6 @@ then
|
||||
elif [ "$debugger" == "valgrind" ]
|
||||
then
|
||||
valgrind $sitl_command
|
||||
elif [ "$debugger" == "ide" ]
|
||||
then
|
||||
echo "######################################################################"
|
||||
echo
|
||||
echo "PX4 simulator not started, use your IDE to start PX4_${model} target."
|
||||
echo "Hit enter to quit..."
|
||||
echo
|
||||
echo "######################################################################"
|
||||
read
|
||||
else
|
||||
$sitl_command
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user