Skip to main content

LISdf - a universal I/O spec for Task and Motion Planning (TAMP).

Project description

LISdf

LISdf logo

PyPI - Version PyPI - Python Version PyPI - License PyPI - Downloads Contributors Build Status

A repository for a universal I/O spec for Task and Motion Planning (TAMP), along with scripts to convert from popular specs to our spec. Includes:

  • LISdf specification for specifying scenes for TAMP.
  • A sophisticated parser for reading .lisdf scene files.
  • The LISdf Plan Output format, with helpers to read, write, validate and run plans.

Note: this repository is under active development and is not intended for general use. Please contact willshen at mit.edu and jiayuanm at mit.edu if you are interested in using this package.


Table of Contents

Installation

Dependencies: this package required Python 3.8 or higher. Although the dependencies within lisdf are minimal, we recommend you use a conda env or virtual env with an appropriate Python version.

Installing with pip

pip install lisdf

Installing from Source

Clone the repository and install the dependencies with pip:

> git clone git@github.com:Learning-and-Intelligent-Systems/lisdf.git
> pip install -e .

Documentation

Contributing

Dev Dependencies

Follow the instructions below:

  1. Clone the repository using git clone.
    • If you are creating a virtual environment within the project directory, then you might want to call it one of .env, env, .venv, venv as the code checks have been configured to exclude those directories.
  2. Run pip install -e '.[develop]' to install all dependencies for development/contribution.
  3. (Optional, required for unit tests) Install the lisdf-models model files by running
    pip install lisdf_models@git+https://github.com/Learning-and-Intelligent-Systems/lisdf-models.git
    
    WARNING: the lisdf-models repository is ~700MB big as of 10th September 2022.
  4. Check CONTRIBUTING.md for more information on how to contribute to this repository, including how to run the tests, code checks, and publishing to PyPI.

License

This repository is licensed under the MIT License. See LICENSE for more details.

Authors

LISdf is an initiative within the Learning and Intelligent Systems (LIS) group at MIT CSAIL.

Contributors and Programmers (alphabetical order):

  • Aidan Curtis
  • Jiayuan Mao
  • Nishanth Kumar
  • Sahit Chintalapudi
  • Tom Silver
  • William Shen
  • Zhutian Yang

Other contributors who helped with general discussions, design, feedback (alphabetical order):

  • Leslie Kaelbling
  • Michael Noseworthy
  • Nicholas Roy
  • Rachel Holladay
  • Tomás Lozano-Pérez
  • Yilun Du

Change Log

0.1.0

Initial release to PyPI.


LISdf = Learning and Intelligent Systems Description Format

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

lisdf-0.1.1.tar.gz (108.6 kB view hashes)

Uploaded Source

Built Distribution

lisdf-0.1.1-py3-none-any.whl (87.9 kB view hashes)

Uploaded Python 3

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