Metadata-Version: 2.1
Name: vehicle_dynamics
Version: 1.0.7
Summary: Python Package that makes Vehicle Dynamics Calculation for cars. 
Author: Maikol Funk Dreschler, Yuri Poledna
Author-email: Yuri Poledna <yuri.poledna@carissma.eu>
License: MIT
Project-URL: Homepage, https://github.com/roadview-project/vehicle-dynamics
Project-URL: Repository, https://github.com/roadview-project/vehicle-dynamics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: pyyaml
Requires-Dist: tqdm
Requires-Dist: pandas
Requires-Dist: munch

# vehicle-dynamics

Developed by Maikol Funk Drechsler & Yuri Poledna(Technische Hochschule Ingolstadt - CARISSMA Institute of Automated Driving) with assistance of Mattias Hjort and Sogol Kharrazi (VTI - Statens Vag- och Transportforskningsinstitut)

This work also has utils that allow for optimization of your vehicle.

Under the [ROADVIEW Consortium](https://roadview-project.eu/).

# Instalation
``` 
python setup.py sdist bdist_wheel
pip install --editable .
``` 

# Usage
For first use you can simply run
``` 
python main.py
``` 
there is a default vehicle with its parameters in the [YAML](bmw_m8.yaml) file.


# Acknoledgment
Co-funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Climate, Infrastructure and Environment Executive Agency (CINEA). Neither the European Union nor the granting authority can be held responsible for them. Project grant no. 101069576.
UK participants in this project are co-funded by Innovate UK under contract no.10045139. 
Swiss participants in this project are co-funded by the Swiss State Secretariat for Education, Research and Innovation (SERI) under contract no. 22.00123.


# Citation 
Please cite the following work when publishing:
```
@INPROCEEDINGS{10786416,
  author={Drechsler, Maikol Funk and Poledna, Yuri and Hjort, Mattias and Kharrazi, Sogol and Huber, Werner},
  booktitle={2024 IEEE International Automated Vehicle Validation Conference (IAVVC)}, 
  title={Vehicle Dynamics Parameter Estimation Methodology for Virtual Automated Driving Testing}, 
  year={2024},
  volume={},
  number={},
  pages={1-7},
  keywords={Weight measurement;Parameter estimation;Heuristic algorithms;Torque converters;Process control;Optimization methods;Position measurement;Tires;Vehicle dynamics;Testing;Adverse Weather;Automated Driving Vehicles;Vehicle Dynamics Model},
  doi={10.1109/IAVVC63304.2024.10786416}}

}
```
# Other ROADVIEW-Project Works:

[REHEARSE Dataset](https://s3.ice.ri.se/roadview-WP3-Warwick/T3.2%20-%20Create%20Dataset/rehearse/index.html)
 - The REHEARSE dataset is a dataset made for sensor models creation and validation, made under extreme weather in controllable conditions.

[Dataset Creator OSI](https://github.com/roadview-project/dataset_creator_OSI)
- Creates Dataset in ASAM OSI format from rosbags.

