Metadata-Version: 2.1
Name: scenario-testing-tools
Version: 0.55
Summary: Useful functions used together with a (currently private) scenario generation tool.
Home-page: UNKNOWN
Author: Tim Stahl
Author-email: stahl@ftm.mw.tum.de
License: UNKNOWN
Description: # List of components
        * `generate_refline`: Generate a reference-line with matching normal-vectors and track-widths based on two bounds.
        * `get_scene_ego_traj`: Extract the whole course of the ego-vehicle within an scenario.
        * `get_scene_timesample`: Retrieve a time sample from a given (custom) csv-flavoured scenario file.
        * `get_scene_track`: Retrieve a geometric or occupancy grid map from a given (custom) csv-flavoured scenario file.
        * `interp_heading`: Interpolate heading between given values, takes care of jumps near the switching point (-pi to pi).
        
        Contact person: [Tim Stahl](mailto:stahl@ftm.mw.tum.de).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
