Hello!
I stumbled across this project while attempting to parse Carla maps in the OpenDrive format.
When I attempt to pip install pyOpenDRIVE I receive an error:
pyOpenDRIVE/Road.cpp:5917:32: error: cast from ‘PyObject*’ {aka ‘_object*’} to ‘uint32_t’ {aka ‘unsigned int’} loses precision [-fpermissive]
5917 | __pyx_v_c_vec.push_back(((std::uint32_t)__pyx_t_4));
| ^~~~~~~~~~~~~~~~~~~~~~~~
error: command 'gcc' failed with exit status 1
----------------------------------------
Is there any information available on how to correctly build and use this project?
Thank you for your contribution
Hello!
I stumbled across this project while attempting to parse Carla maps in the OpenDrive format.
When I attempt to
pip install pyOpenDRIVEI receive an error:Is there any information available on how to correctly build and use this project?
Thank you for your contribution