Hello,
It would be great if this package leveraged on scipy for many of its operations. For instance, using the scipy.constants would significantly reduce duplicating these in ahrs.common.constants. Similarly, scipy.spatial.transforms.Rotation could be used for many of operations in ahrs. This is of course only a suggestion to bring cohesiveness and avoid inconsistencies. I, and likely many other AHRS users, already use scipy as part of processing workflows, so this integration would have many advantages. For example, scipy uses scalar-last convention for representing quaternions, so there's at least an extra step when working with both of these tools.
Hello,
It would be great if this package leveraged on
scipyfor many of its operations. For instance, using thescipy.constantswould significantly reduce duplicating these inahrs.common.constants. Similarly,scipy.spatial.transforms.Rotationcould be used for many of operations inahrs. This is of course only a suggestion to bring cohesiveness and avoid inconsistencies. I, and likely many other AHRS users, already usescipyas part of processing workflows, so this integration would have many advantages. For example,scipyuses scalar-last convention for representing quaternions, so there's at least an extra step when working with both of these tools.