I'm trying to import SpatialForce
for my code but it keeps failing with the error
ImportError: C++ type is not registered in pybind: N5Eigen14AutoDiffScalarINS_6MatrixIdLin1ELi1ELi0ELin1ELi1EEEEE
Simply running
from pydrake.multibody.math import SpatialForce
or
import pydrake.multibody.math
in a python interpreter causes this error. Any idea what is causing this?