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:
Lorenz Meier
2016-12-12 22:32:34 +01:00
parent 4cb9903561
commit 1926c7bca7
4 changed files with 101 additions and 198 deletions
-9
View File
@@ -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