Skip to content

Conversation

@BBArikL
Copy link

@BBArikL BBArikL commented Aug 26, 2024

Description

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::allocatorcarla::rpc::WheelTelemetryData>

This addition fixes this issue to make the usage in line with similar classes such as "VehiclePhysicsControl" and "WheelPhysicsControl"

Checklist:

  • Your branch is up-to-date with the dev branch and tested with latest changes
  • Extended the README / documentation, if necessary
  • Code compiles correctly
  • All tests passing with make check (only Linux)
  • If relevant, update CHANGELOG.md with your changes

Where has this been tested?

  • Platform(s): Linux
  • Python version(s): 3.10.12
  • Unreal Engine version(s): 4.26.2.0

This change is Reviewable

xavisolesoft and others added 30 commits April 15, 2024 10:32
* Implement package generation for windows

* Prevent unreal editor to ve launched when finish the package
* First implementation

* Small fixes
* Added spawnning all vehicles and all walkers

* Update tests, and add begin play to avoid initialization error in vehicles

* Adding test list and tested tests

* Update PythonAPI/test/API/spawn_vehicles.py

Co-authored-by: Xavier Solé Nogués <[email protected]>

* Update PythonAPI/test/API/collision_test.py

Co-authored-by: Xavier Solé Nogués <[email protected]>

* Update PythonAPI/test/API/spawn_walkers.py

Co-authored-by: Xavier Solé Nogués <[email protected]>

* Update files names

* Updated TestCollision

* Adding sync mode test

* Updated test not to use eggs and updated copyright

* Update sync test

* Update sync test vehicle/walkers test

---------

Co-authored-by: Xavier Solé Nogués <[email protected]>
joel-mb and others added 27 commits December 18, 2024 09:03
Fixed path naming inconsistencies in Python scripts
* fixed build links

* typo

* type
* fixed build links

* typo

* type

* fixed remaining links
* fixed build links

* typo

* type

* fixed remaining links

* added furnther build instructions

* updated links

* bracket typo

* visual studio

* added github credentials instructions

* reference env command

* updated with sudo commands

* cleaned unattended instructions
* Upgrade CarlaSetup.sh.

* More setup script changes.

* Separate prerequisites install from main CarlaSetup.sh

* Minor fixes.

* More fixes, added separate launch option.

* Fix incorrect credentials prompt.

* Minor fix.
@BBArikL
Copy link
Author

BBArikL commented Jan 10, 2025

A mistake has been made.

@BBArikL BBArikL closed this Jan 10, 2025
@BBArikL
Copy link
Author

BBArikL commented Jan 10, 2025

The fixed PR is here : #8560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.