mirror of
https://github.com/Team4388/autoPlanner2025.git
synced 2026-06-09 00:38:05 -06:00
Le risque
Added most of the functionality to the button editor
This commit is contained in:
@@ -16,9 +16,13 @@ python3 ./main.py
|
||||
##### "Path Editor" Tab:
|
||||
|
||||
- Right click to add nodes
|
||||
- Left click on specific points to manipulate paths and nodes
|
||||
- Left click on specific points to manipulate paths and nodes:
|
||||
- Drag cyan circles (Control points) to change the shape of the path
|
||||
- Drag magenta nodes change the rotation of the robot
|
||||
- Drag white numbers (Nodes) to change the position of the robot
|
||||
- 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 (Smooth the path)
|
||||
- Press the 'r' key to delete the whole auto
|
||||
|
||||
##### "Button editor" Tab:
|
||||
|
||||
@@ -34,5 +38,5 @@ python3 ./main.py
|
||||
|
||||
### Known Bugs:
|
||||
|
||||
- Smoothing function is janky (I want to completely redo it)
|
||||
- Smoothing function is janky sometimes
|
||||
- Sometimes the control points spawn in random locations but I cant seem to replicate it?
|
||||
Reference in New Issue
Block a user