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
In order to calculate the scanline Id one has to use the "algorithm":
omega = asin(Z/norm(P))
Lookup omega in the UserManual which gives the angle increments for each laser sensor
However when I apply step 1 to the points generated from this python project I get omega values which are outside of the manufacturer supplied threshold of +2 to -24.8 degrees.
This leads me to believe there is a bug when reading the binary velodyne data.
Can anybody confirm or deny this?
Best,
Marc
The text was updated successfully, but these errors were encountered:
In order to calculate the scanline Id one has to use the "algorithm":
However when I apply step 1 to the points generated from this python project I get omega values which are outside of the manufacturer supplied threshold of +2 to -24.8 degrees.
This leads me to believe there is a bug when reading the binary velodyne data.
Can anybody confirm or deny this?
Best,
Marc
The text was updated successfully, but these errors were encountered: