Planner Arena
Project description
Planner Arena
Planner Arena is a web app for interactively exploring benchmark databases created by the Open Motion Planning Library (OMPL). A publicly accessible version of this code is running on http://plannerarena.org.
See plannerarena/www/help.md for details.
Run directly from cloned repository
Run this code like so from this directory:
pip3 install -r requirements.txt
shiny run plannerarena/app.py
Build/run docker image
Build a docker image and run it like so:
docker build -t plannerarena:latest .
docker run -p 8888:8888 plannerarena:latest
Planner Arena can then be accessed in your browser at http://127.0.0.1:8888.
Build/run as a Python package
To build and install a Python package yourself, run:
python3 -m build && pip3 install -U plannerarena-1.0-py3-none-any.whl
To download and install the version from PyPI, run:
pip3 install -U plannerarena
Once plannerarena is installed, simply type plannerarena in the terminal and direct your browser to http://127.0.0.1:8888.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plannerarena-1.0.1.tar.gz.
File metadata
- Download URL: plannerarena-1.0.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d3218040331621481008ff84634148effd47b3cef792214553543d700c28eb1
|
|
| MD5 |
128678d1fb63e314c624b8f5afb55ac6
|
|
| BLAKE2b-256 |
f32f36ac3610050385aeebd207a8a54b0fa5ff7c946b3558a1b551b99c1fa51d
|
File details
Details for the file plannerarena-1.0.1-py3-none-any.whl.
File metadata
- Download URL: plannerarena-1.0.1-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
970e4dde712e3f260a2e8a7234c66c766a91aa891ac63901be4e11009dcb399c
|
|
| MD5 |
207f8801cc0fe5293c303d5a63f1debe
|
|
| BLAKE2b-256 |
3d3de575c541ebe0a35115c6b1326c90fb40c6530cca863e40ba4bd48a436230
|