Metadata-Version: 2.1
Name: ad-physics
Version: 2.6.2
Summary: python binding of the C++ library for Automated Driving physics data types
Home-page: https://ad-map-access.readthedocs.io/en/latest/
Author: CARLA Simulator Team
Author-email: carla.simulator@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

*ad-physics* provides the python binding of a C++ implementation for common data types to be used in the context of automated driving (AD).This includes type safe implemenations of e.g. Distance, Speed, Duration and Acceleration and operations on those.In addition, the types define AD specific precision, minima, maxima and input range values.See [project webpage](https://ad-map-access.readthedocs.io/en/latest/) or [doxygen docu](https://ad-map-access.readthedocs.io/en/latest/ad_physics/apidoc/html/index.html) for a full interface description.

