Skip to content

Information on building the project #1

Description

@EllingtonKirby

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions