Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing conversion class from vector of WheelTelemetryData to Python list #8078

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Nov 15, 2024

  1. Add missing conversion class from vector of WheelTelemetryData to Pyt…

    …hon list
    
    Add missing conversion class from vector of WheelTelemetryData to Python list
    
    This adds a missing conversion from vector of WheelTelemetryData to a Python list. When trying to access the "wheels" attribute of the VehicleTelemetryData without this, this exception will occur:
    
    TypError: No to_python (by-value) converter found for C++ type: std::vector<carla::rpc::WheelTelemetryData, std::allocator<carla::rpc::WheelTelemetryData>>
    
    This addition fixes this issue to make the usage in line with similar classes such as "VehiclePhysicsControl" and "WheelPhysicsControl" 
    
    Checklist:
    - [x] Your branch is up-to-date with the dev branch and tested with latest changes.
    - [x] Extended the README/documentation, if necessary.
    - [x] Code compiles correctly.
    - [x] All tests passing with make check.
    BBArikL committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    538fc7d View commit details
    Browse the repository at this point in the history