-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPS dropping when recording ZED data with rosbag #480
Comments
Hi @TBondat Here at Stereolabs we suggest to record an SVO instead of a rosbag and to open the ZED wrapper with the SVO as input. PS recording all the ZED Wrapper topics is a very heavy task, mainly if you are trying to save even the pointcloud |
ok i see. Then i have 2 related questions:
|
You can start a recording using the Currently it's not possible to sync an SVO with rosbag data. We are trying to find a solution to the "timestamp problem", but we have not yet succeded: #411 |
I agree this feature of synchronization svo-bag would be very useful. To reduce the amount of data recorded, i guess it is possible to rebuild later the depth pointcloud, right? For that, which topics are used to build it exactly? I need the distance map and the rgb map. |
They are 👍 |
Perfect! i have a last question. In .svo file used for recording, does it embed all topics or is it a selection of signals only, by default? |
The only missing information (currently) is the RAW inertial data |
ok, thanks! |
I know this is an old issue but I just stumpled upon the same problem. What helped for me was to NOT use/save the depth/compressedDepth topic as it uses a lot of processing power (see http://wiki.ros.org/rtabmap_ros/Tutorials/RemoteMapping#Robot for more info.) |
I'm working with ZED camera and ros kinetic on Ubuntu 16.04.
It appears that when i do rosbag record to store the data, the fps drop below 1fps(!) if i keep all topics.
I have an SSD drive with a Dell precision 7720 laptop, which is not too bad. I don't get problem when recording lidars + basic cameras for instance.
How can i improve the fps of ZED topics when recording a bag file? i already extended the --buffsize to 0 (infinite) but i gain like 1fps only.
I tried degrading quality by switching to VGA@30 but still, if i keep all topics, it doesn't make the job.
Any hint for this problem? thanks in advance!
The text was updated successfully, but these errors were encountered: