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

Unable to convert pcap to pcd files with existing command from "https://static.ouster.dev/sdk-docs/python/examples/conversion.html" #550

Open
jyothsna-phd22 opened this issue Sep 14, 2023 · 3 comments
Assignees

Comments

@jyothsna-phd22
Copy link

I have collected the data using Ouster OS-1 32-channel LIDAR. I am trying to convert it to a pcd file. Earlier, I was able to convert my data to pcd/ply/las/csv of all the frames using the link "https://static.ouster.dev/sdk-docs/python/examples/conversion.html". But now, some errors are being observed.

Kindly help me resolve the issue.

Screenshot 2023-09-14 113133

@jyothsna-phd22 jyothsna-phd22 added the enhancement New feature or request label Sep 14, 2023
@jyothsna-phd22 jyothsna-phd22 changed the title Unable to convert pcap to pcd/bin files with existing command from "https://static.ouster.dev/sdk-docs/python/examples/conversion.html" Unable to convert pcap to pcd files with existing command from "https://static.ouster.dev/sdk-docs/python/examples/conversion.html" Sep 14, 2023
@twslankard
Copy link
Collaborator

Thanks for the report, @jyothsna-phd22.

Can you tell me whether you have the open3d package installed? It looks like you're using conda so try running conda list to see if open3d is listed. If it isn't, you could try installing it and then re-running the command.

Also, if the command worked before but doesn't now, perhaps there is another python environment on the system you were using that already has open3d installed.

I hope this has been helpful. Please let me know if you continue to experience issues, and if so, please include as much of the info below as possible.

Platform (please complete the following information):

  • Ouster Sensor? [e.g. OS-0, OS-1, ..]
  • Ouster Firmware Version? [e.g. 2.3, 2.4, ..]
  • Programming Language? [e.g. C++, Python, ..]
    • For Python include the targeted Python version
  • Operating System? [e.g. Linux, Windows, MacOS]
  • Machine Architecture? [e.g. x64, arm]
  • git commit hash (if not the latest).

Best Regards,

Tom
Staff Engineer
Ouster Inc

@twslankard twslankard removed the enhancement New feature or request label Sep 14, 2023
@twslankard twslankard self-assigned this Sep 14, 2023
@jyothsna-phd22
Copy link
Author

jyothsna-phd22 commented Sep 16, 2023

I have open3d installed and checked with conda list
image

Platform (please complete the following information):

Ouster Sensor [OS-1 32 channel]
Ouster Firmware Version? [v2.4.0]
Programming Language? [ Python]
Python Version: Python 3.9.13
Operating System? [Windows]
Machine Architecture? [x64]

@jyothsna-phd22
Copy link
Author

jyothsna-phd22 commented Sep 16, 2023

It's working, Thank You. I have a few more questions.

  1. Can you please suggest to me the data labeling tool for streaming lidar data?
  2. Is there any work done on ouster lidar on real-time 3D object detection or streaming lidar 3D object detection?
  3. How to convert the ouster pcap file to bin files all at a time and vice versa?
  4. What is the maximum frame limit to convert the ouster pcap to pcd files?
  5. Where can we find the code base for accessing live 3D data from Ouster?

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

No branches or pull requests

2 participants