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
Using the docker file and all the instruction I have the following compilation errors.
error: no matching function for call to 'rerun::archetypes::Image::Image(std::vector<long unsigned int, std::allocator >&, std::remove_reference<std::vector<unsigned char, std::allocator >&>::type)'
and
/ws/glomap/io/recording.cc:77:25: error: 'TranslationAndMat3x3' is not a member of 'rerun::datatypes'
77 | rerun::datatypes::TranslationAndMat3x3(
The text was updated successfully, but these errors were encountered:
Using the docker file and all the instruction I have the following compilation errors.
error: no matching function for call to 'rerun::archetypes::Image::Image(std::vector<long unsigned int, std::allocator >&, std::remove_reference<std::vector<unsigned char, std::allocator >&>::type)'
and
/ws/glomap/io/recording.cc:77:25: error: 'TranslationAndMat3x3' is not a member of 'rerun::datatypes'
77 | rerun::datatypes::TranslationAndMat3x3(
The text was updated successfully, but these errors were encountered: