Skip to content

A repository for a universal I/O spec for TAMP, along with scripts to convert from popular specs to our spec

License

Notifications You must be signed in to change notification settings

Learning-and-Intelligent-Systems/lisdf

Repository files navigation

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 [email protected]: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

About

A repository for a universal I/O spec for TAMP, along with scripts to convert from popular specs to our spec

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages