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