Re: [ros-users] Kill all running ros processes

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Dejan Pangercic
Datum:  
Aan: ros-users
Onderwerp: Re: [ros-users] Kill all running ros processes
hi Brian,

>  roslaunch --pid=/tmp/myroslaunch.pid mystuff.launch
> To kill it:
>  kill -INT `cat /tmp/myroslaunch.pid`

Will this also kill processes launched on the remote machine(s)?
D.