unittest
python
test_dimensions.py
Go to the documentation of this file.
1
from
__future__
import
print_function
2
3
import
eigenpy
4
5
quat = eigenpy.Quaternion()
6
7
# Switch to numpy.array
8
coeffs_vector = quat.coeffs()
9
assert
len(coeffs_vector.shape) == 1
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:26