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

ROS logs with robot upstart

asked 2016-08-17 11:40:05 -0500

updated 2016-08-17 12:01:58 -0500

I'm using robot_upstart to launch a single launch file when my system boots. I just noticed that when using robot_upstart the normal roslaunch log files do not appear under ~/.ros/log. I then run the kill all command and do roslaunch and the logs show up like normal. Does anyone know how I can enable logging with robot_upstart? Or if tthe logs are being stored elsewhere.

PARTIALLY SOLVED: I was getting an error trying to write the logs. I just never saw the error because, you know... there where no logs. Here is a related question but it has no verified answer at this time.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-08-17 11:48:44 -0500

It looks like robot_upstart saves its own log file under /var/log/upstart/[job-name].log. This log file looks like it has all node messages for every run, as opposed to the normal roslaunch logs which create a separate file for each node each time roslaunch is called. I wish there was a better log file to look at but at least its something.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-17 11:40:05 -0500

Seen: 705 times

Last updated: Aug 17 '16