一起做RGB-SLAM(2)实验 第二讲 从图像到点云 http://www.cnblogs.com/gaoxiang12/p/4652478.html exbot@ubuntu:~$ cd CodeLearn exbot@ubuntu:~/CodeLearn$ cd Depth2PointCloud exbot@ubuntu:~/CodeLearn/Depth2PointCloud$ mkdir bin include lib src build exbot@ubuntu:~/CodeLear…
getifaddrs()和struct ifaddrs的使用,获取本机IP 博客分类: Linux C编程 ifaddrs结构体定义如下: struct ifaddrs { struct ifaddrs *ifa_next; /* Next item in list */ char *ifa_name; /* Name of interface */ unsigned int ifa_flags; /* Flags from SIOCGIFFL…