Skip to content
Snippets Groups Projects
test_dimensions.py 175 B
Newer Older
from __future__ import print_function

import eigenpy

quat = eigenpy.Quaternion()

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