7 lines
231 B
Python

"""Control subpackage: PID primitives and bbox-only visual servoing.
Pure-Python (numpy-free, SDK-free, cv2-free) so it imports and unit-tests
off-robot. See :mod:`gowelcome.control.pid` and
:mod:`gowelcome.control.servoing`.
"""