jedeschaud / ct_icp

CT-ICP: Continuous-Time LiDAR Odometry
MIT License
737 stars 127 forks source link

build fails #72

Closed rookierobot closed 1 year ago

rookierobot commented 1 year ago

Hi! In step 2, Build and install CT-ICP library, cmake --build . --target install --config Release --parallel 12 I meet this error: 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()

How cloud I solve it? Thank you!