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

nwb's profile - activity

2020-03-31 21:12:53 -0500 received badge  Student (source)
2018-08-14 18:09:56 -0500 received badge  Famous Question (source)
2018-08-14 18:09:56 -0500 received badge  Notable Question (source)
2015-11-24 04:36:11 -0500 received badge  Popular Question (source)
2015-09-28 07:59:15 -0500 commented question roslaunch log files flush period

Any insight on this? Possibly rosconsole is using an asynchronous logger? It's really hard to debug when half a log file doesn't get written before crash.

2015-06-30 07:04:14 -0500 asked a question roslaunch log files flush period

I have a lot of processes being launched with roslaunch. I'm setting the output parameter to send the logs to files. I can see that the files are created, however, some of the logs never get written to disk. This appears to be due to the frequency of writes to synchronize with the disk. At a guess, I would say that some logs are too short and never get written.

It would seem that this is related to http://answers.ros.org/question/20059...

Is it the case that logs are only written once over a certain size? Is there anyway to force the logs to be flushed more frequently?

2015-06-17 13:35:14 -0500 received badge  Supporter (source)
2015-06-17 00:59:20 -0500 commented question Why in this simple sample, my logs are not written in logfile ? Or Is there a way to control the flushing period of the log files ?

I would also like to know if there's any way to flush the stdout file to disk. It's causing me some headaches not being able to see what a node's doing at runtime.