ORB-SLAM报错:error: ‘usleep’ was not declared in this scope

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/weixin_44401286/article/details/102566260

在提示的对应报错文件中添加:

#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>

猜你喜欢

转载自blog.csdn.net/weixin_44401286/article/details/102566260