Closed solarjoe closed 5 years ago
The doc states that input for Madgwick.Update and Mahony.Update can be numpy arrays of shape (N,3).
Madgwick.Update
Mahony.Update
I don't think this works as both functions use the line
np.hstack([0, Gyroscope])
which throws
ValueError: all the input arrays must have same number of dimensions
Thanks for the information - You are correct. I will update the documentation.
The doc states that input for
Madgwick.Update
andMahony.Update
can be numpy arrays of shape (N,3).I don't think this works as both functions use the line
np.hstack([0, Gyroscope])
which throws
ValueError: all the input arrays must have same number of dimensions