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
I got the following error when building the library, which I can fix by adding #include <thrust/sort.h> and #include <thrust/unique.h> to esdf_integrator.cu.
/tmp/nvblox/nvblox/src/integrators/esdf_integrator.cu(1002): error: qualified name is not allowed
/tmp/nvblox/nvblox/src/integrators/esdf_integrator.cu(1002): error: expected a ";"
/tmp/nvblox/nvblox/src/integrators/esdf_integrator.cu(1011): error: a class or namespace qualified name is required
/tmp/nvblox/nvblox/src/integrators/esdf_integrator.cu(1011): error: global-scope qualifier (leading "::") is not allowed
/tmp/nvblox/nvblox/src/integrators/esdf_integrator.cu(1011): error: expected a ";"
/tmp/nvblox/nvblox/src/integrators/esdf_integrator.cu(1090): error: namespace "thrust" has no member "sort"
/tmp/nvblox/nvblox/src/integrators/esdf_integrator.cu(1095): error: namespace "thrust" has no member "unique"
The text was updated successfully, but these errors were encountered:
I got the following error when building the library, which I can fix by adding
#include <thrust/sort.h>
and#include <thrust/unique.h>
toesdf_integrator.cu
.The text was updated successfully, but these errors were encountered: