-
Notifications
You must be signed in to change notification settings - Fork 440
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
Using ouster-sdk python package, a ValueError is fired on pcap vizualization. #554
Comments
I just tried to open the pcap in ouster studio. With following traces:
|
Thanks for your report, and please accept my apologies for the long delay getting back to you. pcap datasets collected from an Ouster sensor require a corresponding metadata JSON file for Ouster Studio or Ouster SDK tools to visualize the point clouds. This is because the intrinsic calibration and other pertinent info is contained in the metadata, but not the pcap. Please consult the documentation at https://static.ouster.dev/ or contact [email protected]. Cheers, Tom Slankard |
Describe your question
Using
ouster-sdk
python package, aValueError
error is fired on pcap vizualization (AFAIU when processing pcap content): is there a workaround or a fix for this problem?Note that when I open others pcap (like OS1-128_Rev-06_fw23_Urban-Drive_Dual-Returns.pcap provided here https://static.ouster.dev/sensor-docs/#sample-data) I have no problem: the GUI shows up and run as expected (scene OK).
I run
ouster-sdk
in a virtual environment.I get the following python stack:
As the error message looks like unexpected error thrown on unexpected case, I tried to edit
~/.local/share/virtualenvs/mmHNQW6C/lib/python3.10/site-packages/ouster/client/data.py
to replace the line :with:
Then, the code does not trigger any exception, but, I get a viewer with no data in it.
I also tried to clone this repository, but, got a conan error:
Not sure if I am supposed to use
conan-1.*
orconan-2.*
: I stopped here...Questions:
Any help or clue on how to fix or workaround the problem is appreciated! :)
Screenshots
The call stack I get is the following when I try to visualize the pcap:
Note that getting informations related to the same pcap does work (no exception triggered):
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: