Lidar FoV limitation #5258
ShuffleWire
announced in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working with a solid-state high resolution multi layer lidar, and instead of working with the RangeSensor node, I prefer to work with the Lidar node. Mainly to take avantage of the built in distance -> 3D position convertion in webots.
It works actually fine, but I've encoured issue when trying to set the lidar to a very high defnition, for testing purpose :
I got the error message
Impossible to have a so small 'horizontalResolution' using this 'fieldOfView', 'numberOfLayers' and 'verticalFieldOfView'. 'horizontalResolution' should be bigger or equal to numberOfLayers * fieldOfView / verticalFieldOfView. 'horizontalResolution' set to 594.
The thing is, I don't understand why it trigger this behaviour... The value I've chosen don't seems irrelevant...
I've noted that the code source say :
So would it be that my height is too low ? but why ?
It seems to come from
But I'm not sure to get what is happening here...
Any idea why it work this way ?
Beta Was this translation helpful? Give feedback.
All reactions