-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
From a user perspective I find it difficult to know which functions I have to call when loading an IMU, e.g., init after object creation, init and burst CRC activation in factory, self-test in node init. Where does the IMU call its close() function?
I think it is worth to sit down and make a clearer architecture on how a "sensor" is added and removed. I can also see that any routine that cannot fail (or we have no method to react to a fail) can go to the IMU object constructor or destructor and hiding the functionality from the public interface.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request