|
|
__init__(self,
servo,
logger=None,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
doCtrl(self)
execute an interaction of the controller update loop |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_clearV(self)
Clear state of velocity estimator |
source code
|
|
|
|
_updateV(self,
ang)
Push angle measurement into velocity estimator |
source code
|
|
|
|
_set_rpm(self,
rpm)
Push an RPM setting to the motor |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|