Skip to content

PWrInSpace/MACKI_app

Repository files navigation

MACKI_app

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.

Setup

Using Virtual Environment

  1. Clone the repository:

    git clone https://github.com/yourusername/MACKI_app.git
    cd MACKI_app
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  4. Install the dependencies:

    pip install -e .
  5. Run the application:

    python main.py

Using Poetry

  1. Clone the repository:

    git clone https://github.com/yourusername/MACKI_app.git
    cd MACKI_app
  2. Install Poetry (if not already installed):

    pip install poetry
  3. Install the dependencies:

    poetry install
  4. Activate the virtual environment:

    poetry shell
  5. Run the application:

    python main.py

Documentation

Class diagram of the cameras implementation

Cameras class diagram

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages