|
|
пре 8 месеци | |
|---|---|---|
| .. | ||
| config | пре 8 месеци | |
| src | пре 8 месеци | |
| README.md | пре 8 месеци | |
| __init__.py | пре 8 месеци | |
| requirements.txt | пре 8 месеци | |
| setup.py | пре 8 месеци | |
This project implements a 2D portal robot capable of picking battery cells, reading data matrices, managing measurement requests via a REST API, and sorting cells based on measurement results.
src/: Contains the main application code.
api/: Handles the REST API for managing robot tasks.robot/: Contains the robot's control logic and movement.vision/: Manages the vision-related functionalities, including data matrix reading.main.py: The entry point of the application.tests/: Contains unit tests for the application modules.
requirements.txt: Lists the dependencies required for the project.
Install the required dependencies:
pip install -r requirements.txt
Run the application using:
python src/main.py
To run the tests, use:
pytest