DLR-RM / 3DObjectTracking

Algorithms and Publications on 3D Object Tracking
MIT License
637 stars 122 forks source link

"fatal error: filesystem: No such file or directory #3

Closed ghoshaw closed 3 years ago

ghoshaw commented 3 years ago

Hi, I try to use this project, but it says "fatal error: filesystem: No such file or directory". And then I try to change line "#include " to "#include <experimental/filesystem>" in common.h, and the error changes, "/RBGT/include/rbgt/common.h:65:49: error: ‘std::filesystem’ has not been declared". my system is ubuntu16.04 and gcc5.4 is used. So how to solve this problem? Thanks!