Skip to content

Conversation

@Vaan5
Copy link
Contributor

@Vaan5 Vaan5 commented Nov 26, 2025

Description

  • Added functions to get and set the wheel height and pitch angle.
  • Added a function to get arbitrary number of contact points

Where has this been tested?

  • Platform(s): Windows 11 64bit
  • Python version(s): 3.11
  • Unreal Engine version(s): 4.26

This change is Reviewable

@Vaan5 Vaan5 requested a review from a team as a code owner November 26, 2025 14:35
@MarcelPiNacy-CVC MarcelPiNacy-CVC self-assigned this Dec 3, 2025
Copy link
Contributor

@MarcelPiNacy-CVC MarcelPiNacy-CVC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, please update to the latest ue4-dev commit though.

@Vaan5 Vaan5 force-pushed the vaan5/avl-extensions branch from f7b5077 to e7f0ad9 Compare December 5, 2025 08:56
@Vaan5
Copy link
Contributor Author

Vaan5 commented Dec 5, 2025

Updated to the latest state of ue4-dev and tried rebuilding locally (with the same setup as in the description) -> worked fine.

@Vaan5
Copy link
Contributor Author

Vaan5 commented Dec 9, 2025

seems like a new version of libpng got released on the 5th of December. That pushed the 1.6.37 one to the older-releases subfolder on sourceforge and now the url is not correct anymore for linux builds.

@Vaan5 Vaan5 force-pushed the vaan5/avl-extensions branch from e7f0ad9 to b47d302 Compare December 18, 2025 09:43
@Vaan5
Copy link
Contributor Author

Vaan5 commented Dec 18, 2025

rebased onto the latest state of ue4-dev. Hopefully now the ubuntu build will go through.

@Vaan5 Vaan5 force-pushed the vaan5/avl-extensions branch from b47d302 to 6484894 Compare January 12, 2026 12:52
@Vaan5
Copy link
Contributor Author

Vaan5 commented Jan 12, 2026

I've managed to get an ubuntu machine and build CARLA there.
Rebased the branch to the latest state of ue4-dev. The error reported in the github CI/CD I could not reproduce. For me the test passes through.

test_all_sensors (smoke.test_sensor_determinism.TestSensorDeterminism.test_all_sensors) ... TestSensorDeterminism.test_all_sensors
ok
Ubuntu 22.04.5 LTS
Python 3.13.8

Could you please retrigger the CI/CD pipeline?

@Blyron
Copy link
Contributor

Blyron commented Jan 12, 2026

On going

@Blyron
Copy link
Contributor

Blyron commented Jan 13, 2026

It crashed with this test;
test_car_walker (smoke.test_collision_determinism.TestCollisionDeterminism.test_car_walker) ... Signal 11 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554

@klausschuch
Copy link

@Blyron The failing test seems completely unrelated to the changes of this pull-request, and the tests run through in a local build.
Given the failing test is called "TestCollisionDeterminism", isn't this an indication that something else is not deterministic here?
BTW: @Vaan5 opened an issue several years ago with a similar determinism problem #2812.

@Blyron
Copy link
Contributor

Blyron commented Jan 27, 2026

Okay, got it, but now the branch has conflicts, and I cannot merge until those are solved, and try to make the test pass

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.

4 participants