M.A.C.K.I., or Microgravity Actuated Capturing Kinetic Instrument, is a project that uses specially designed silicon grippers - 'tentacles' - in order to grasp objects. The main purpose of the experiment is to check whether the AEG will work in the reduced gravity environment and if it is viable for space-related projects.
-
Clone the repository:
git clone https://github.com/yourusername/MACKI_app.git cd MACKI_app -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
Install the dependencies:
pip install -e . -
Run the application:
python main.py
-
Clone the repository:
git clone https://github.com/yourusername/MACKI_app.git cd MACKI_app -
Install Poetry (if not already installed):
pip install poetry
-
Install the dependencies:
poetry install
-
Activate the virtual environment:
poetry shell
-
Run the application:
python main.py
Class diagram of the cameras implementation
