You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): corrected config extension form cpp base
- corrected config extension by using normal python classes and not dataclasses
- added unpack type hinting type kwargs for base classes
- added auto generated typed dict file for base config class types that come from cpp
serial_number: Get the serial number with `udevadm info -a -n /dev/ttyUSB0 | grep serial`, make sure you have read/write permissions to the port.
11
+
speed: Speed in mm/s. Must be between 20 and 150 mm/s.
12
+
force: Force in N. Must be between 20 and 235 N.
13
+
async_control: If True, gripper commands return immediately without waiting for the movement to complete. A new command interrupts any ongoing movement.
0 commit comments