-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement depth measurements from lidar camera #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunate there's no generic embedded-hal
support. Perhaps we could eventually look into reworking the library implementation, but shouldn't be a huge concern now. Some minor notes about numeric conversions and improving clarity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding, trusting the device was tested and works.
not using rppal bc of lack of support -- tested w sam
Create
Lidar
abstraction to measure distance of object in line of sight.Resolves #42.