initial commit, add gello software code and instructions
This commit is contained in:
parent
e7d842ad35
commit
18cc23a38e
70 changed files with 5875 additions and 4 deletions
8
mypy.ini
Normal file
8
mypy.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
namespace_packages = True
|
||||
no_implicit_optional = True
|
||||
exclude = third_party/
|
||||
|
||||
[mypy-dynamixel_sdk.*]
|
||||
ignore_missing_imports = True
|
Loading…
Add table
Add a link
Reference in a new issue