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
Good morning and thanks for the help in advance. I'm trying to build your code but I have a problem with the command cmake --build . --target install --config Release
In fqct when I execute it it gives
In file included from /home/ealao/Desktop/ct_icp/src/SlamCore/io.cxx:6:0:
/home/ealao/Desktop/ct_icp/src/SlamCore/io.cxx: In function ‘std::vectorslam::PLYSchemaMapper::PLYProperty slam::{anonymous}::DefaultPropertiesFromSchema(const std::vectorslam::ItemSchema&, bool)’:
/home/ealao/Desktop/ct_icp/src/SlamCore/../../include/SlamCore/utils.h:30:32: error: ‘filesystem’ is not a member of ‘std’
#define SLAM_FILENAME std::filesystem::path(FILE).filename()
wich is weird since I#m using ubuntu 18, gcc 7.5 as required. Do you have any idea of how to solve it
The text was updated successfully, but these errors were encountered:
Good morning and thanks for the help in advance. I'm trying to build your code but I have a problem with the command cmake --build . --target install --config Release
In fqct when I execute it it gives
In file included from /home/ealao/Desktop/ct_icp/src/SlamCore/io.cxx:6:0:
/home/ealao/Desktop/ct_icp/src/SlamCore/io.cxx: In function ‘std::vectorslam::PLYSchemaMapper::PLYProperty slam::{anonymous}::DefaultPropertiesFromSchema(const std::vectorslam::ItemSchema&, bool)’:
/home/ealao/Desktop/ct_icp/src/SlamCore/../../include/SlamCore/utils.h:30:32: error: ‘filesystem’ is not a member of ‘std’
#define SLAM_FILENAME std::filesystem::path(FILE).filename()
wich is weird since I#m using ubuntu 18, gcc 7.5 as required. Do you have any idea of how to solve it
The text was updated successfully, but these errors were encountered: