Files
autoPlanner2025/README.md
T

39 lines
1.2 KiB
Markdown
Raw Normal View History

2024-04-11 10:27:35 -06:00
# autoPlanner
2024-07-02 18:16:52 -06:00
(WIP) An auto creation tool for Ridgebotics 2025
2024-04-11 10:27:35 -06:00
### Install
2024-04-16 17:56:10 -06:00
2024-04-11 10:27:35 -06:00
```shell
2024-07-02 18:16:52 -06:00
git clone https://https://github.com/Team4388/autoPlanner2025/tree/pyside
cd autoPlanner2025
2024-04-11 10:27:35 -06:00
pip install -r requirements.txt
python3 ./main.py
```
2024-04-16 17:56:10 -06:00
2024-04-11 10:27:35 -06:00
### Usage:
2024-04-16 17:56:10 -06:00
##### "Path Editor" Tab:
2024-07-02 18:25:53 -06:00
- Right click to add nodes
- Left click on specific points to manipulate paths and nodes
2024-04-16 17:56:10 -06:00
- 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
2024-04-11 10:27:35 -06:00
##### "Button editor" Tab:
2024-04-16 17:56:10 -06:00
2024-04-11 10:27:35 -06:00
- Click on specific frames on the timeline to change to that position
- When selected on a frame, the robot's position in that time should show up.
- Drag positional keyframes around to speed up and speed down the robot's travel between nodes
- While a frame is selected, Press the 'e' key to swap to button mode.
- In button mode select buttons on the driver and operator controllers.
##### "Export" Tab:
2024-04-16 17:56:10 -06:00
2024-04-11 10:27:35 -06:00
- Click export, and save to a file
### Known Bugs:
2024-04-16 17:56:10 -06:00
2024-04-11 10:27:35 -06:00
- Because the variables don't get transferred over yet, you must click on the button editor tab before exporting.
2024-04-16 17:56:10 -06:00
- The driver controller's movement stick is rotated by 90 degrees (Maybe)