Hi, all
I am using rosbag to record some data automatically with systemd service in ubuntu.
When an intended exit occurs, the rosbag file is not completed status as *.bag.active.
I tried the bellow commands to restore the file.
`rosbag reindex`
`rosbag fix`
but it was not restored as unknown some problem.
Just It is possible to properly save using `rosnode kill "node_name"`. But it is not automatic system...
I want to know that a rosbag file will be saved properly when it terminates abnormally.
↧