Skip to content
Snippets Groups Projects
test_dimensions.py 136 B
Newer Older
import eigenpy

quat = eigenpy.Quaternion()

# Switch to numpy.array
coeffs_vector = quat.coeffs()
assert len(coeffs_vector.shape) == 1