Skip to main content

IMU sensor codes in Python for the exosuit

Project description

Python Exosuit

Coverage Status Docker Image CI

This repo is the main codebase to run the lower-limb exosuit on a single board computer like the Jetson Nano.

Install

To install the library run:

uv pip install python-exosuit==latest

OR

uv add git+https://github.com/TUM-Aries-Lab/python-exosuit.git@<specific-tag>  # need credentials

Development

  1. Install uv from Astral.
  2. git clone git@github.com:TUM-Aries-Lab/exosuit-python.git
  3. Install the dependencies to use Makefiles.
  4. make init to create the virtual environment and install dependencies
  5. make format to format the code and check for errors
  6. make test to run the test suite
  7. make clean to delete the temporary files and directories

Publishing

It's super easy to publish your own packages on PyPI. To build and publish this package run:

uv build
uv publish  # make sure your version in pyproject.toml is updated

The package can then be found at: https://pypi.org/project/exosuit-python

Module Usage

"""Basic docstring for the exosuit module."""

def main() -> None:
    """Run a simple demonstration."""
    logger.info("Hello World!")

if __name__ == "__main__":
    main()

Program Usage

uv run python -m exosuit_python

Structure

├── src
│   └── exosuit_python
│       ├── __init__.py
│       ├── __main__.py
│       ├── definitions.py
│       ├── exosuit.py
│       └── utils.py
├── tests
│   ├── __init__.py
│   ├── conftest.py
│   ├── main_test.py
│   └── utils_test.py
├── .dockerignore
├── .gitignore
├── .pre-commit-config.yaml
├── .python-version
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── pyproject.toml
├── repo_tree.py
└── uv.lock

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

exosuit_python-0.0.2a1.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

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

exosuit_python-0.0.2a1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file exosuit_python-0.0.2a1.tar.gz.

File metadata

  • Download URL: exosuit_python-0.0.2a1.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for exosuit_python-0.0.2a1.tar.gz
Algorithm Hash digest
SHA256 f26efb546ed276a205cb7c9237673b8ebec2e61f4fc89dcecab204e0a7b75cf0
MD5 7bbb70f1f7f6a288fb650d407ffc61fe
BLAKE2b-256 ab3444f5350b3128bf07e4b9f93222313a1de4855521fbeb6442f0d2b0e1ef2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for exosuit_python-0.0.2a1.tar.gz:

Publisher: pypi-publish.yml on TUM-Aries-Lab/exosuit-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file exosuit_python-0.0.2a1-py3-none-any.whl.

File metadata

File hashes

Hashes for exosuit_python-0.0.2a1-py3-none-any.whl
Algorithm Hash digest
SHA256 b1ddfec9feb0cb2da56ecfa21b9f8850b46cb3e4692c0ecef0ef7a9918c8a7a4
MD5 41bd6513bce5ac27c0503eac81b91b1d
BLAKE2b-256 fa3d7f0fc89e94614d0321e3823468cb1087c80ba6fa020d687d9f778776feb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for exosuit_python-0.0.2a1-py3-none-any.whl:

Publisher: pypi-publish.yml on TUM-Aries-Lab/exosuit-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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