Automatic picking module.
Common API for Robot operation.
Allows you to carry an item by Robot with some end effector.
Picks up an item in bulk automatically.
-
Clone the repository
$ git clone [email protected]:RUTILEA/Picking-OSS.git
-
Move to the root directory
$ cd Picking-OSS
-
Create a virtual environment in the project directory (Choose your own virtual environment name)
$ python -m venv your_venv
-
Activate the virtual environment as your OS:
- On Mac/Linux:
source your_venv/bin/activate
- On Windows:
your_venv\Scripts\activate.bat
- On Mac/Linux:
-
Install the required libraries.
$ pip install -r requirements/base.txt -U