Skip to content

UIUC-ESDL/S23_DARPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97dde0d · Aug 26, 2023

History

56 Commits
Jul 11, 2023
Jul 11, 2023
Aug 26, 2023
Jun 9, 2023
Jun 17, 2023
Jul 11, 2023
Jun 3, 2023
Jul 11, 2023

Repository files navigation

DARPA Task 1

Installation

This project requires Python 3; it has been tested on Python 3.10 for Linux. It may be installed locally using the following command in the root directory of the project:

pip install .

Note that this project requires Plantri to be installed in the working directory (i.e., where the run script is located). For convenience, a copy of Plantri is compiled in the "examples" folder to run the examples.

To install Plantri, follow these steps:

  1. Download the source code from the link above and extract the archive.

Plantri can be downloaded from here. The source code is available as a .tar.gz archive. Download the archive and extract it to a directory of your choice.

  1. Compile the source code.

    cd plantri53
    make plantri
    

    This will compile the Plantri source code and create an executable called plantri in the same directory.

  2. Verify that the Plantri command is now available by running the following command:

    plantri -h
    

    This should display the Plantri help message.

Usage

Usage instructions for this project are documented in the Python script within the ./examples folder.

API Reference

The API reference for this project is documented in the "docs" directory. See ./docs/_build/html/index.html for the main page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages