Skip to content

A Python wrapper for libOpenDRIVE implemented via Cython.

License

Notifications You must be signed in to change notification settings

Nova-UTD/pyOpenDRIVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyOpenDRIVE

pyOpenDRIVE is a Python wrapper of libOpenDRIVE implemented via Cython.

It's small and can be easily integrated in other projects. A core function is the parsing of OpenDRIVE files and the generation of 3D models. libOpenDRIVE, and by extension pyOpenDRIVE, targets OpenDRIVE version 1.4.

The src directory contains the original C++ libOpenDRIVE source code. The pyOpenDRIVE directory contains the original header files, as well as the Cython wrapper .pxd and .pyx files.

Example

An example of how this wrapper works can be found in test.py.

About

A Python wrapper for libOpenDRIVE implemented via Cython.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages