Add reset-time-s, Add keyboard early exit, Add comments

This commit is contained in:
Remi Cadene
2024-07-12 12:58:56 +02:00
parent 1993d29296
commit 7a659dbd6b
3 changed files with 244 additions and 18 deletions

View File

@@ -64,6 +64,7 @@ scikit-image = {version = "^0.23.2", optional = true}
pandas = {version = "^2.2.2", optional = true}
pytest-mock = {version = "^3.14.0", optional = true}
dynamixel-sdk = {version = "^3.7.31", optional = true}
pynput = "^1.7.7"