-
Notifications
You must be signed in to change notification settings - Fork 7
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
i use ydlidar x3 pro #10
Comments
Hello,
what is the "automatic_control" example and sensor.listen(lambda..) code?
What is "server" fps?
There is no example or code like that in the LDS Arduino library.
It seems you are talking about some other library.
I don't think I can help you with this.
…On Tue, Dec 10, 2024, 11:54 PM sinjaeakang ***@***.***> wrote:
I add a Lidar sensor to the 'automatic_control example', and set with one
channel and 360u points per second.
However, following test:
sensor.listen( lambda data: print( len(data) ) )
shows the sensor data has random length, arbitrarily from 0 to 480. Quite
often it shows zero and some number <10. Only in some rare cases I get the
most stable length as 359. I also tried no-rendering mode, and fixed the
server fps to 20, but it doesn't help. Any idea to this?
—
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIAIQ5LDQ32GRLQOGEYXB432E7VU5AVCNFSM6AAAAABTM3KNZOVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTEMJTGI3DGNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Closing stale issue. Reopen if needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I add a Lidar sensor to the 'automatic_control example', and set with one channel and 360 points per second.
However, following test:
sensor.listen( lambda data: print( len(data) ) )
shows the sensor data has random length, arbitrarily from 0 to 480. Quite often it shows zero and some number <10. Only in some rare cases I get the most stable length as 359. I also tried no-rendering mode, and fixed the server fps to 20, but it doesn't help. Any idea to this?
i want do it in arduino
The text was updated successfully, but these errors were encountered: