gazebosim / gz-common

An audio-visual library supports processing audio and video files, a graphics library can load a variety 3D mesh file formats into a generic in-memory representation, and the core library of Gazebo Common contains functionality that spans Base64 encoding/decoding to thread pools.
https://gazebosim.org
Apache License 2.0
13 stars 39 forks source link

:farmer: `AssimpLoader.LoadBox` tests failing in gz-common-main homebrew #636

Closed Crola1702 closed 1 month ago

Crola1702 commented 1 month ago

Environment

Description

Output

Reference build:

Test regressions:

All of the regressions show a problem with mesh->TextCoordCount() value:

/Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:401
Expected equality of these values:
  24u
    Which is: 24
  mesh->TexCoordCount()
    Which is: 0

There are no changes in the code, but the issue is consistent

iche033 commented 1 month ago

forward porting https://github.com/gazebosim/gz-common/pull/634 to main should fix homebrew CI

iche033 commented 1 month ago

did a forward port from 6 -> main in #637

Crola1702 commented 1 month ago

Closing as this is already fixed. Thanks!