Metadata-Version: 2.1
Name: robovast-nav
Version: 2.1.0
Summary: Navigation-specific variation types for RoboVAST
License: Apache-2.0
Author: Frederik Pasch
Author-email: fred-labs@mailbox.org
Requires-Python: >=3.12,<3.14
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Pillow (>=12.0,<13.0)
Requires-Dist: matplotlib (>=3.10,<4.0)
Requires-Dist: numpy (>=1.26,<2.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: rdflib (>=7.0,<8.0)
Requires-Dist: robovast (>=2.0.0,<3.0.0)
Requires-Dist: scipy (>=1.11,<2.0)
Description-Content-Type: text/markdown

# robovast_nav

Navigation-specific extension for RoboVAST.

## Overview

`robovast_nav` is a plugin package for RoboVAST that provides functionality specifically designed for robot navigation testing scenarios.

## Installation

### From source

```bash
pip install -e .
```

