Rosbag record in unexisting folder [closed]
Hi everybody,
I would like to know if anyone knows a solution when we record in a folder with rosbag, but that folder doesn't exist....
In my case, I found that rosbag just doesn't seems to save anything... But without any error message ! And that's a big problem, because my recording was just a "one shot" thing....
Is there any way to find the data somewhere ? (I tried ~/.ros, but nothing there)...
Thank you very much !
Stéphane
EDIT : if you launch rosbag record from a launch file, you have to let
output="screen"
otherwise the error message doesn't appears.
How did you manage to record to a directory that doesn't exist? Did you delete the working directory where you ran rosbag while rosbag was running?
In fact, imagine I want to record in /home/data folder. So I recorded some things, saved them on an hard drive, but by doing that, I removed the folder data. When I relaunch rosbag record, nothing is saved, as the folder doesn't exist anymore.
And rosbag then behave "as if it was recording", without letting us know it's not recording at all.