This website requires JavaScript.
Explore
Help
Sign In
xtdrone
/
XTDrone
Watch
1
Star
0
Fork
You've already forked XTDrone
15
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
XTDrone
/
robocup
/
stop_control_actors.sh
2 lines
86 B
Bash
Executable File
Raw
Permalink
Blame
History
kill
-9
$(
ps -ef
|
grep control_actor.py
|
gawk
'$0 !~/grep/ {print $2}'
|
tr -s
'\n'
' '
)
Reference in New Issue
View Git Blame
Copy Permalink