Skip to content
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

Rosbag key problem. #347

Closed
AdamPengG opened this issue Dec 14, 2018 · 5 comments
Closed

Rosbag key problem. #347

AdamPengG opened this issue Dec 14, 2018 · 5 comments
Assignees

Comments

@AdamPengG
Copy link

Hi Myzhar,
Would I redefine and summarize my questions.
I used rosbag to record those three topic zed/right/image_raw_color,zed/left/image_raw_color and zed/imu/raw_data.The terminal showed "buffsize exceeded".Pic 1 shows that.
Firstly, I try the ros commond "rosbag record -o zed zed/right/image_raw_color,zed/left/image_raw_color and zed/imu/raw_data --buffsize=0 " use all the momory to record the three topic,but the 16GB memory can't support the 10 mins.When I record 3 topics the Desktop's memory reduce fast.
As the Pic 2 and Pic 3 shows.
Secondly,I used the topic_tools throttle message to set the the right camera raw pic and left camera raw pic topics' publishing frequency.I have tried the 25Hz,20Hz,15Hz and 10Hz.And about 10 Hz the ros can deal the message which buffer don't exceed.

I will show you my Laptop's and Desktop's Configuration.Pic 4 is Laptop Pic 5 is Desktop.
And the issue #333 isn't useful. .Hope your response.
I'm sorry to disturb you.

1
2
3
4
5

@Myzhar
Copy link
Member

Myzhar commented Dec 14, 2018

We are going to check your problem, but please stop opening new issues about the same problem.

@AdamPengG
Copy link
Author

Thanks Myzhar

@AdamPengG
Copy link
Author

Is anybody here?

@Myzhar
Copy link
Member

Myzhar commented Jan 7, 2019

We could not replicate your problem. Since it seems not to be related to the ZED wrapper, I suggest you to search for similar questions (or to post a new one) on the ROS Answers platform: https://answers.ros.org/questions/

A few suggestions: check for disk speed, buffer sizes and other possible operating system causes.

@Myzhar Myzhar closed this as completed Jan 7, 2019
@hanzheteng
Copy link

hanzheteng commented Dec 27, 2019

This is probably not the problem of zed camera, but a general issue on memory access. (Though we had the similar issue today on zed camera.) The speed you are trying to log by rosbag is faster than the maximum writing speed the disk can support. Therefore, as time goes on, more and more data are queued in the buffer and eventually result in queue overflow. See #345 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants