Metadata-Version: 2.1
Name: onsite
Version: 0.1.7
Summary: A tool package for Onsite
Home-page: https://github.com/HuajunZhou-TJ/onsite
Author: Zhou Huajun
Author-email: 1931314@tongji.edu.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: shapely
Requires-Dist: pandas
Requires-Dist: matplotlib

# Project description
Onsite is a tool package for Onsite.
# Update
- Version 0.1.7

    Bug fixing.

- Version 0.1.6

    1.背景车的航向角
    2.帧数适应性,NDS是10帧,highD25帧,也要输出给测试,增加了dt这一输出量。
    3.车辆的长宽
    4.轴距可以以比值的形式设计，改说明文档
    
- Version 0.1.5

    Adjust to the new form of test scenarios.

- Version 0.1.3

    Remove the 0 limitation for velocity.

- Version 0.1.2

    Add feature: Plot.

- Version 0.1.1

    Bug fixing.

- Version 0.1.0

    Add feature: Automatically output test results into output dir.


# Installation
To get started, you'll need to have Python 3.6+ installed. Simply install **onsite**  using **pip**:

`pip install onsite`


