Python tool to read, write, and visualize CommonOcean scenarios and solutions for automated vessels.
Project description
This repository includes the commonocean_io python package for representing benchmarks for marine motion planning. In addition, we provide two tutorials to exemplify the usage. For an extensive scenario documentation, consider reading the documentation for the XML format. The structure of the repository is:
.
├── documentation # Documentation of scenario specification
└── commonocean # Source files
├── common # Folders which represent the package structure
├── ... # ...
└── doc # ´Read the Docs´ documentation for the commonocean-io package
Installation instructions
Create a new Anaconda environment for Python 3.7 (here called co37). Run in your Terminal window:
conda create −n co37 python=3.7
Activate your environment
conda activate co37
Install all required packages through requirements.txt and if you want to use the jupyter notebook also install jupyter
pip install commonocean-io
pip install jupyter
Now everything is installed and you can start jupyter notebook to run the tutorials
$ jupyter notebook
Contibutors and Reference
We thank all the contibutors for helping develop this project (see contributors.txt). If you use our converter for research, please consider citing our paper:
@inproceedings{Krasowski2022a,
author = {Krasowski, Hanna and Althoff, Matthias},
title = {CommonOcean: Composable Benchmarks for Motion Planning on Oceans},
booktitle = {Proc. of the IEEE International Conference on Intelligent Transportation Systems},
year = {2022},
}
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
Hashes for commonocean_io-2022.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8da68abce48a77e88bc34bb333075db2c9607c556d46aded76a3195652f130dd |
|
MD5 | 574c5a518cb21cfecc3b57fb48bbfb22 |
|
BLAKE2b-256 | a1cc8402f8bf4fa792a925ed72e5c42b3ca0935676537aba40bd352a51369b14 |