mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
More intelligent jmavsim killing.
This commit is contained in:
+1
-2
@@ -19,9 +19,8 @@ fi
|
||||
|
||||
# kill process names that might stil
|
||||
# be running from last time
|
||||
pkill java
|
||||
pkill mainapp
|
||||
|
||||
pkill `jps | grep Simulator | cut -d" " -f1`
|
||||
|
||||
cp Tools/posix_lldbinit $build_path/src/firmware/posix/.lldbinit
|
||||
cp Tools/posix.gdbinit $build_path/src/firmware/posix/.gdbinit
|
||||
|
||||
Reference in New Issue
Block a user