Search code examples
drake

Drake problems with import name 'MultidbodyPlant'


I can't import name 'MultidbodyPlant' from pydrake.all:

ImportError: cannot import name 'MultidbodyPlant' from 'pydrake.all' (/home/dmitriy/git/drake-build/install/lib/python3.8/site-packages/pydrake/all.py)

Solution

  • The correct spelling is MultibodyPlant not MultidbodyPlant.