-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add support to detected sensors #42
Comments
@patrickelectric @ES-Alexander
|
How well does rust deal with dynamic libraries? I feel like ideally they would be optional components since the sensors don’t come built in, and we already have libraries for them elsewhere that are maintained independently. If it’s not hard for a user to choose with/without the extra sensor libraries then that would be best, but if that would be challenging then we might need to do a monolithic crate with everything in it 🤷♂️ |
Adding support for such sensors is not a big deal, we can just add in navigator-rs. |
I don't see how it'll work. |
Add automatic detection for Bar30 and Bar100
The text was updated successfully, but these errors were encountered: