ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
-2

Is there a way to just kill rviz?

asked 2013-09-20 12:06:45 -0500

Norman Hendrich gravatar image

updated 2013-09-28 20:30:39 -0500

tfoote gravatar image

Please make rviz just respect ctrl-c, no questions asked. Yes, I have read http://answers.ros.org/question/45885/rviz-unsaved-changes/

When developing URDF, and playing with Gazebo simulation, I have to kill all ROS processes including rviz all the time. I know that C/Linux programs are ALLOWED to catch and ignore certain signals, but this "design decision" (and similar for gzserver and several python friends) costs me half an hour of my life every single day.

Why can't the stupid thing just stop, when there is no reason to continue? ctrl-\ is not 100% friendy to X11 and the rest of the world. When the user types ctrl-c, the process should just terminate, no questions asked.

edit retag flag offensive close merge delete

Comments

2

What version are you using? In my experience, Ctrl-C works as expected with rviz.

Dan Lazewatsky gravatar image Dan Lazewatsky  ( 2013-09-20 12:30:58 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
12

answered 2013-09-20 12:12:22 -0500

dgossow gravatar image

Thank you for your comment. Since this is apparently a very emotional issue for you, I'm sure you're motivated enough to fix this and submit a pull request. I will personally review and merge it.

edit flag offensive delete link more
2

answered 2013-09-20 13:05:07 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Ctrl+C works for me. Or all processes could be killed by system monitor

edit flag offensive delete link more
1

answered 2019-08-17 22:18:33 -0500

houssem trabelsi gravatar image

updated 2019-09-05 19:35:55 -0500

you can use linux command for killing all rviz process:

 $ killall -9 rviz
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-09-20 12:06:45 -0500

Seen: 2,074 times

Last updated: Sep 05 '19