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

[jsk_pr2_lifelog] do not store depth and rgb in mongodb #1347

Merged
merged 2 commits into from
Jul 16, 2021

Conversation

knorth55
Copy link
Member

this PR disable storing rgb and depth image in mongodb.
this is because depth and rgb requires huge storage for mongodb...

depth and rgb requires huge storage
Copy link
Member

@k-okada k-okada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knorth55 are you still sure about this?
if we do no store depth/rgb in mongodb, were do we store image logs.

@knorth55
Copy link
Member Author

@k-okada

@knorth55 are you still sure about this?
if we do no store depth/rgb in mongodb, were do we store image logs.

it is quite difficult question.
My conclusion is that we should not store rgb or depth images in MongoDB or InfluxDB.
This is because 1) the storage got huge and 2) we cannot easily access the image.
For RGB image, I'm recording into video and audio into AVI file with compression, and uploading to google drive.
But for Depth image, I don't have good idea to store it.

@k-okada k-okada merged commit 02b0269 into jsk-ros-pkg:master Jul 16, 2021
@knorth55 knorth55 deleted the pr2-dont-store-image-mongodb branch July 16, 2021 10:22
@knorth55 knorth55 mentioned this pull request Sep 11, 2022
61 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants