Skip to main content

Collaboration between IIT and Aries Lab

Project description

IIT Rehab Collaboration

This project is a collaboration with IIT. Our team was tasked with integrating our controller into their software for their exo-suit.

Install

To install the library run: pip install iit-rehab

Development

  1. Install Poetry
  2. make init to create the virtual environment and install dependencies
  3. make format to format the code and check for errors
  4. make test to run the test suite
  5. make clean to delete the temporary files and directories
  6. poetry publish --build to build and publish to https://pypi.org/project/iit-rehab

Usage

"""Basic usage for our module."""

from iit_rehab import Controller

def main() -> None:
    """Run a simple demonstration."""
    controller = Controller()

    while True:
        try:
            meas = get_measurement()
            gains = controller(measurement=meas)
            motors.set_gains(gains)
        except Excetion as e:
            logger.info(e)

if __name__ == "__main__":
    main()

Connecting to RaspberryPi

There is no static IP address, so you will need to connect the device to a monitor first. On powerup, the IP address is shown so if you are quick, you won't need a keyboard or mouse to find it with ifconfig -a

I suggest copying files with rsync: rsync -auv rehab@<IP_ADDR>:~/Desktop ~/Desktop/rehab_iit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iit_rehab-0.0.1a0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iit_rehab-0.0.1a0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file iit_rehab-0.0.1a0.tar.gz.

File metadata

  • Download URL: iit_rehab-0.0.1a0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.5.0

File hashes

Hashes for iit_rehab-0.0.1a0.tar.gz
Algorithm Hash digest
SHA256 244182252c0e4fcaf1485adc91ca85dc198eb08c6cbf78d7e48eff5677d3036c
MD5 291daea7853838f15d125cd31fd294c3
BLAKE2b-256 743e3e2a5031a9ba7ef97850f93f9b1c6eb2828de3f430b898999ce7fb77d1f6

See more details on using hashes here.

File details

Details for the file iit_rehab-0.0.1a0-py3-none-any.whl.

File metadata

  • Download URL: iit_rehab-0.0.1a0-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.5.0

File hashes

Hashes for iit_rehab-0.0.1a0-py3-none-any.whl
Algorithm Hash digest
SHA256 3c2c2fc3574dfca86d1da4572161231dc2f223cef86fe0de4eebcfc33c80e39c
MD5 3bd14adfde53738a575b82b34b40d7f9
BLAKE2b-256 71efa66f620b33e711c4908d62eabc19e74af14ee5dfd2c13b9d0358d57aec17

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page