Skip to content

Commit e0043d5

Browse files
committed
Inital ets class made and folder restructured
1 parent f7f5f43 commit e0043d5

35 files changed

+931
-474
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
__pycache__
22
spatialmath/docs/build
3+
*.egg
4+
*.egg-info
5+
*.egg-info/*

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"python.pythonPath": "C:\\Users\\havil\\miniconda3\\envs\\rtb\\python.exe",
3+
"python.linting.enabled": true,
4+
"python.linting.pylintEnabled": true,
5+
"python.linting.pycodestyleEnabled": false
6+
}

robot/Link.py

Lines changed: 0 additions & 354 deletions
This file was deleted.

0 commit comments

Comments
 (0)