Record rosbag without continuous connection
Hi,
I want to connect by means of SSH to a system with ros, start rosbag and disconnect. After some time, I'd like to reconnect and safely stop rosbag.
I'm aware of running like
rosbag record ... &
and
disown
But I'm not sure how to safely close the record (without keeping an bag.active-file) or breaking the record.
What's a safe and reliable approach for that task?
Thanks
Asked by holunder on 2021-07-23 09:43:01 UTC
Comments
This seems to work.
disconnect from server
reconnection after some time
select /record_
Any concerns from expert side?
Asked by holunder on 2021-07-24 04:40:28 UTC