- Made it two control points instead of one handle
- Added a warning if you clear the auto
- Added a lot of bugs
This commit is contained in:
Daniel Carta
2024-07-03 13:35:23 -06:00
parent e83f2aa2bf
commit 63bec5aeba
2 changed files with 101 additions and 92 deletions
+1 -2
View File
@@ -18,7 +18,7 @@ python3 ./main.py
- Right click to add nodes
- Left click on specific points to manipulate paths and nodes
- Double click on nodes to delete them
- Double click on control points to make path, and robot movment continuous, while keeping the node clicked the at the same location
- Double click on control points to make path, and robot movment continuous, while keeping the node clicked the at the same location (Smooth the path)
##### "Button editor" Tab:
@@ -33,4 +33,3 @@ python3 ./main.py
- Click export, and save to a file
### Known Bugs: