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.1.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.1-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: iit_rehab-0.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 50e9cf4f6bb5dca9b3cb9ce5a501d86e9f86d801d7641e35f76611816aad9f94
MD5 64da82391ba6afef27b05a422807e66b
BLAKE2b-256 41449fa0ebfa2986f2080c33d4deb5bcab29bca544a94888ad6906fef7fdb04a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iit_rehab-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 eb1307562084ee2cfafbf2734dc5e5deecc0efabb1fb788b5ffcd33a50495078
MD5 84ac08c18f76756ed2b3b20c95891fbc
BLAKE2b-256 9ff6cb487b282c2e65072894693a8faef0de50d0687e83f15736ad6ed66db947

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