02 2022 档案

摘要:自动挂载 修改/etc/fstab,加入如下内容 .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0 手动挂载 修改/etc/fstab,加入如下内容 sudo vmhgfs-fuse .host:/ /mnt/hgfs -o al 阅读全文
posted @ 2022-02-22 10:43 penuel 阅读(503) 评论(0) 推荐(0)
摘要:视觉SLAM飞控OpenREALM: https://github.com/laxnpander/OpenREALM 阅读全文
posted @ 2022-02-09 18:09 penuel 阅读(131) 评论(0) 推荐(0)
摘要:pthread参考手册http://man7.org/linux/man-pages/man3/pthread_create.3.html 阅读全文
posted @ 2022-02-09 16:39 penuel 阅读(51) 评论(0) 推荐(0)