ouster-lidar / ouster_example

Ouster, Inc. sample code
Other
448 stars 432 forks source link

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 9 months ago

jyothsna-phd22 commented 9 months ago

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

twslankard commented 9 months ago

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):

Best Regards,

Tom Staff Engineer Ouster Inc

jyothsna-phd22 commented 9 months ago

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 commented 9 months ago

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?