You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to obtain the min and max timestamps in the pcap recorded file but the stream_info gives out negative timestamps.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Ouster Sensor? OS-1
Programming Language?C++ Python
Operating System? Windows
Machine Architecture? x64
Basically, I want to get the progress while reading the lidar data from the pcap file. For that I first need the min and max timestamp present in the pcap file. With that information, I can then calculate the progress percentage. (Correct me if my approach is incorrect)
Here is the sudo code that I used to get the min max timestamps.
Both of these give out negative values, I even tried the python sdk, but the values I got are same. I can share a sample pcap file if required.
Also, to calculate the progress, I am using the packet_info like:
Also, what is the better way to store and read lidar data (outside ROS environment), pcap or osf file? In the docs it says the osf format has some advantages, but on the other hand replaying an osf file in the Ouster Studio is not possible right? Also the ouster-ros does support replaying a PCAP file but not an osf file.
Describe the bug
I am trying to obtain the min and max timestamps in the pcap recorded file but the stream_info gives out negative timestamps.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Basically, I want to get the progress while reading the lidar data from the pcap file. For that I first need the min and max timestamp present in the pcap file. With that information, I can then calculate the progress percentage. (Correct me if my approach is incorrect)
Here is the sudo code that I used to get the min max timestamps.
Both of these give out negative values, I even tried the python sdk, but the values I got are same. I can share a sample pcap file if required.
Also, to calculate the progress, I am using the packet_info like:
Is this correct way?
The text was updated successfully, but these errors were encountered: