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
/home/yuchy/Dev/thirdparty/nvblox/nvblox/executables/src/benchmark.cpp:27:10: fatal error: nvblox/tests/utils.h: No such file or directory
27 | #include "nvblox/tests/utils.h"
| ^~~~~~~~~~~~~~~~~~~~~~
At the endding of compiling occured this error, seems related to nvblox/nvblox/executables/src/benchmark.cpp
/home/yuchy/Dev/thirdparty/nvblox/nvblox/executables/src/benchmark.cpp:27:10: fatal error: nvblox/tests/utils.h: No such file or directory
27 | #include "nvblox/tests/utils.h"
| ^~~~~~~~~~~~~~~~~~~~~~
At the endding of compiling occured this error, seems related to nvblox/nvblox/executables/src/benchmark.cpp
#include <benchmark/benchmark.h>
#include <gtest/gtest.h>
#include
#include
#include "nvblox/datasets/3dmatch.h"
#include "nvblox/executables/fuser.h"
#include "nvblox/io/image_io.h"
#include "nvblox/sensors/connected_components.h"
#include "nvblox/sensors/npp_image_operations.h"
#include "nvblox/serialization/mesh_serializer.hpp"
#include "nvblox/tests/utils.h"
The text was updated successfully, but these errors were encountered: