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."""
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
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.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
244182252c0e4fcaf1485adc91ca85dc198eb08c6cbf78d7e48eff5677d3036c
|
|
| MD5 |
291daea7853838f15d125cd31fd294c3
|
|
| BLAKE2b-256 |
743e3e2a5031a9ba7ef97850f93f9b1c6eb2828de3f430b898999ce7fb77d1f6
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c2c2fc3574dfca86d1da4572161231dc2f223cef86fe0de4eebcfc33c80e39c
|
|
| MD5 |
3bd14adfde53738a575b82b34b40d7f9
|
|
| BLAKE2b-256 |
71efa66f620b33e711c4908d62eabc19e74af14ee5dfd2c13b9d0358d57aec17
|