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."""

def main() -> None:
    """Run a simple demonstration."""
    # Initialize system
    estimator = GaitPhaseEstimator(AOParameters())
    controller = LowLevelController()
    plotter = RealtimeAOPlotter() if args.real_time else None

    if plotter:
        logger.info("Starting Dash app for real-time plotting.")
        plotter.run()

    logger.info("Replaying log file with controller.")
    time_data, theta_il, theta_hat, phi_gp, omegas = run_controller_loop(
        log_data, estimator, controller, plotter=plotter
    )

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

Connect to rehab with the above IP address while using featherexo as the password.

ssh rehab@10.183.89.195

Results

The plot below shows the results being plotted in real time. Screenshot 2025-09-25 at 4 21 48 PM

The plot below shows the results of plotting an entire saved dataset. iit_plot

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.2.tar.gz (12.7 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.2-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file iit_rehab-0.0.2.tar.gz.

File metadata

  • Download URL: iit_rehab-0.0.2.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.6 Darwin/25.0.0

File hashes

Hashes for iit_rehab-0.0.2.tar.gz
Algorithm Hash digest
SHA256 e66fec1e2b2f3cbce8141cb74d72d628c052a6ed47e5c7e3512d6dd5e1f10abd
MD5 4198af3557d028cf98b68e37a462229c
BLAKE2b-256 fc60548b27d3773c4dc17e8606c8f67daf80500a94d45ff204e2f2916e6ad59c

See more details on using hashes here.

File details

Details for the file iit_rehab-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: iit_rehab-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.6 Darwin/25.0.0

File hashes

Hashes for iit_rehab-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 08f95f26071d0adbea7fd68c7178e214ab5431c6cbe73c828ebee5b4244602cd
MD5 33a76c9bbc839e43b650d1911db505fb
BLAKE2b-256 014a6f0c42180deb63944704fac0c744f8c8fcbb09f606d16e5048930d6c4f12

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