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

ROS bag recording without CUDA and playback in SDK #857

Open
2 tasks done
ctieben opened this issue Aug 22, 2022 · 1 comment
Open
2 tasks done

ROS bag recording without CUDA and playback in SDK #857

ctieben opened this issue Aug 22, 2022 · 1 comment

Comments

@ctieben
Copy link

ctieben commented Aug 22, 2022

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

Hi,
is there a way to record the stereo images, camera info and IMU data with ROS in a ROSBag file and use the SDK+ROSWrapper afterwards to calculate the depth images?

As background:
We like to use the camera for mapping purposes on our robot. So there is no need for a realtime calculation of the depth images and the system also has no CUDA gpu onboard.
There is also no CUDA computer nearby where we could stream the data onto.
We also like to void the svo files because there are multiple sensors and we like to record all of them synchronously in one file.

Thanks and best regards,
ctieben

Use-Case

No response

Anything else?

No response

@Myzhar
Copy link
Member

Myzhar commented Aug 23, 2022

Hi @ctieben
the ZED SDK accepts as input only data from live connected cameras, SVO files, and network streaming generated by other ZED SDK instances.
The ZED ROS Wrapper is based on the ZED SDK, so it accepts only the same input types and rosbag data cannot be used as input for our node.

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

No branches or pull requests

2 participants