mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 08:27:35 +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