Metadata-Version: 2.4
Name: robovast-nav
Version: 1.0.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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Pillow (>=12.0,<13.0)
Requires-Dist: numpy (>=1.26,<2.0)
Requires-Dist: opencv-python-headless (>=4.8)
Requires-Dist: pyside6-essentials (>=6.6,<7.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: robovast (>=1.0.0,<2.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 .
```

