nvidia-isaac / nvblox

A GPU-accelerated TSDF and ESDF library for robots equipped with RGB-D cameras.
Other
672 stars 72 forks source link

CTEST failing #42

Open AnshShah3009 opened 7 months ago

AnshShah3009 commented 7 months ago

Issue Description

Summary

One of the benchmark tests, specifically test_default_stream_utilization, has failed with the following error:

319/319 Test #319: test_default_stream_utilization ....................................................................................***Failed    0.01 sec
99% tests passed, 1 tests failed out of 319
Total Test time (real) =  78.10 sec
 executables/benchmark
...
Aborted (core dumped)

Details

Environment

Steps to Reproduce

  1. Run the test suite with the specified configuration.
  2. Observe the failure in the test_default_stream_utilization test.

Expected Behavior

The test_default_stream_utilization test should pass without errors.

Additional Information