Skip to main content

A model extraction and analysis tool for ROS systems

Project description

ROS Model Extractor (WIP)

This project provides a model extraction tool for ROS Launch applications. It should be able to read launch files, interpret them, and build a model of the expected architecture of the ROS system at runtime.

Package Structure

It provides a src directory, under which your own packages sit. Example files for __init__.py, __main__.py and cli.py are already provided.

Tests are placed under the tests directory, and documentation under the docs directory.

To start your new project, you should change its name, URL and metadata details at:

  1. README.md
  2. CHANGELOG.md
  3. setup.py
  4. tests/*.py
  5. src/*

Tooling

This package sets up various tox environments for static checks, testing, building and publishing. It is also configured with pre-commit hooks to perform static checks and automatic formatting.

If you do not use tox, you can build the package with build and install a development version with pip.

Assume cd into the repository's root.

To install the pre-commit hooks:

pre-commit install

To run type checking:

tox -e typecheck

To run linting tools:

tox -e lint

To run automatic formatting:

tox -e format

To run tests:

tox

To build the package:

tox -e build

To build the package (with build):

python -m build

To clean the previous build files:

tox -e clean

To test package publication (publish to Test PyPI):

tox -e publish

To publish the package to PyPI:

tox -e publish -- --repository pypi

To install an editable version:

pip install -e .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ros_modex-0.0.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file ros_modex-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: ros_modex-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ros_modex-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cf026749505b1464309d57c8d727d1a7cb434f4a475240a7ef8f50ecd159cc17
MD5 deee03281ac2db03ec0842e44bde66e9
BLAKE2b-256 1a89af33e464f938cdddc9e1e26b636248443b07aee00db1ead241e2f75c617a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page