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

High cpu usage of rosout when nothing is running

asked 2018-03-15 06:46:58 -0500

Maya gravatar image

updated 2018-03-15 06:49:10 -0500

I often have rosout processes that takes up a lot of cpu when nothing is running and I'm wondering where it would come from or if it's intended behavior.

Here is the output of htop when this happens. No node apart from the roscore is running at that point of time, but I've been running quite a few things prior. I'm using ros lunar on a source install on fedora27.

image description

edit retag flag offensive close merge delete

Comments

2

Please do not post screenshots of a terminal. It's all just text, so copy-paste it into your question, select, press the Preformatted Text button (the one with 101010 on it) or use ctrl+k.

See the support guidelines.

gvdhoorn gravatar image gvdhoorn  ( 2018-03-15 07:07:38 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2018-03-15 07:06:22 -0500

gvdhoorn gravatar image

You might be running into ros/ros_comm/issues/1343.

There is no real fix for it at the moment, but it is being investigated.

edit flag offensive delete link more

Comments

Any way to revert to 1.12.12 ? Would cloning the repo in my catkin_ws and compriling it solve the issue or should I recompile my source install with this version ?

Maya gravatar image Maya  ( 2018-03-15 08:01:21 -0500 )edit

Placing the package in your workspace, checking out the 1.12.12 tag and recompiling would probably work. You'd have to recompile all other packages in your workspace as well though, or at least the ones that depend any of the packages inros_comm.

gvdhoorn gravatar image gvdhoorn  ( 2018-03-15 08:04:27 -0500 )edit
0

answered 2018-08-08 15:47:14 -0500

I was seeing the same symptom (albeit perhaps a different cause) running karmic on OSX. Killing the process only caused roscore to restart it, but I was able to band-aid the issue by sending the process a SIGSTOP:

killall -17 rosout
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-03-15 06:46:58 -0500

Seen: 1,549 times

Last updated: Aug 08 '18