-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pcl_io] 'boost::filesystem::filesystem_error' what(): boost::filesystem::status: Function not implemented: "XXXX.pcd" #5197
Comments
So you just write |
I solved the problem with uninstall boost1.76 and installed boost 1.65.But I don't know the why. I wrote the program to sure the boost work rightly,I have tracked the pcl::io::loadpcdfile,always corrupted at boost::filesystem::exists().But the small program never corrupt. |
But you only check |
Closing this issue, since it appears to be solved and since the problem seems to come from Boost, not PCL |
#error on boost::filesystem::status : need to investigate https://gitlab.alpinelinux.org/alpine/aports/-/issues/12327#note_137460 PointCloudLibrary/pcl#5197
I have tried many times to reinstall boost(boost version is 1.76.0) and pcl(1.12.0) ,but the error still here .
When I type pcd_viewer at ubuntu shell,the error occured.
terminate called after throwing an instance of 'boost::filesystem::filesystem_error' what(): boost::filesystem::status: Function not implemented: "kf_output.pcd"
But I have wrote a small program to test boost like this
the output
file not exist!!!!!!!!!
-Boost Version[1.76.0]
The text was updated successfully, but these errors were encountered: