-
Notifications
You must be signed in to change notification settings - Fork 5
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
update to navigator-rs version 0.5.0 #80
Comments
Hi @fnauert, can you be more explicit about which features do you want ? The changes were not that big, just to be sure. |
If we are compiling feature requests, I would be very happy if the Rust errors could be caught somehow in a cleaner way. This mainly applies to This is an example:
|
For that, we are working on raspberry pi 5 support that will rework some things and empower the user to create "custom hardware", ignoring some sensors if that's case. |
That's a cool idea. Re my problem, substituting |
to reply to your question, I'm mainly interested in the longer delay after gpio pin export, as it was done in this pullrequest. Maybe calling it a feature was a bit misleading 🙂 Resulting error:
I also tried correcting the ambiguous names in a local copy of navigator-rs, by using crate::bmp280... and crate::icm20689... in line 21 and 22 of lib.rs, which fixed the above mentioned errors. However it led to a whole new set of errors, which I believe are due to an incompatibility between the current implementation of the navigator-lib and the new version of navigator-rs. Below you see the full output when building the navigator-lib with a local navigator-rs.
|
Hi 🙂
I just wanted to know if there are plans to upgrade this library, so that it uses the new version of the Rust library. I would be interested in that, since I would like to have some features of the new version available in cpp.
The text was updated successfully, but these errors were encountered: