You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\J\workspace\gz_sensors-ign-sensors6-clwin\ws\gz-sensors\test\integration\depth_camera.cc:369
Expected equality of these values:
g_depthBuffer[mid]
Which is: inf
-gz::math::INF_D
Which is: -inf
rgbd_camera
C:\J\workspace\gz_sensors-ign-sensors6-clwin\ws\gz-sensors\test\integration\rgbd_camera.cc:583
Expected equality of these values:
-math::INF_D
Which is: -inf
g_depthBuffer[index]
Which is: inf
thermal_camera
C:\J\workspace\gz_sensors-ign-sensors6-clwin\ws\gz-sensors\test\integration\thermal_camera.cc:312
The difference between boxTemp and g_thermalBuffer[mid] * linearResolution is 14, which exceeds boxTempRange, where
boxTemp evaluates to 310,
g_thermalBuffer[mid] * linearResolution evaluates to 296, and
boxTempRange evaluates to 3.
...
C:\J\workspace\gz_sensors-ign-sensors6-clwin\ws\gz-sensors\test\integration\thermal_camera.cc:574
The difference between boxTemp and g_thermalBuffer8Bit[mid] * linearResolution is 13, which exceeds linearResolution, where
boxTemp evaluates to 310,
g_thermalBuffer8Bit[mid] * linearResolution evaluates to 297, and
linearResolution evaluates to 3.
The text was updated successfully, but these errors were encountered:
Environment
Output
Reference build:
Test regressions:
depth_camera
rgbd_camera
thermal_camera
The text was updated successfully, but these errors were encountered: