How do I use RotaryEncoder and other templated sensor types in pydrake?
I’m getting an import error when I try to import RotaryEncoders
or RotaryEncoders_
from pydrake.all
or pydrake.systems.sensors
. I feel like there’s something obvious that I’m missing; all the templated sensor types are “missing” from sensors.pyi
.