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
- Install Poetry
make initto create the virtual environment and install dependenciesmake formatto format the code and check for errorsmake testto run the test suitemake cleanto delete the temporary files and directoriespoetry publish --buildto 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.
The plot below shows the results of plotting an entire saved dataset.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e66fec1e2b2f3cbce8141cb74d72d628c052a6ed47e5c7e3512d6dd5e1f10abd
|
|
| MD5 |
4198af3557d028cf98b68e37a462229c
|
|
| BLAKE2b-256 |
fc60548b27d3773c4dc17e8606c8f67daf80500a94d45ff204e2f2916e6ad59c
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08f95f26071d0adbea7fd68c7178e214ab5431c6cbe73c828ebee5b4244602cd
|
|
| MD5 |
33a76c9bbc839e43b650d1911db505fb
|
|
| BLAKE2b-256 |
014a6f0c42180deb63944704fac0c744f8c8fcbb09f606d16e5048930d6c4f12
|