QbDevice¶
- class QbDevice(self)¶
Bases:
pybind11_object
Interface for qbrobotics devices.
See https://qbrobotics.com/ for more details.
This class was tested with the qbSoftHand .
Default constructor that does nothing. To connect to a device call init() .
Methods
Default constructor that does nothing.
Return the maximum current supported by the device.
- return:
Position limits as a 2-dim vector with min and max values.
Set the maximum number of consecutive repetitions to mark retrieved data as corrupted.
Inherited Methods
Operators
__doc__
Default constructor that does nothing.
__module__
Attributes
__annotations__
- __init__(self)¶
Default constructor that does nothing. To connect to a device call init() .