LaserOdometry 这一模块(节点)主要功能是:进行点云数据配准,完成运动估计 利用ScanRegistration中提取到的特征点,建立相邻时间点云数据之间的关联,由此推断lidar的运 ...
Ubuntu . ,ros kinetic 其实按照github上的README.md来编译就好 报错: loam velodyne master src lib LaserMapping.cpp: : : error: downSizeFilterMap was not declared in this scope downSizeFilterMap .setLeafSize fParam, f ...
2018-10-09 08:09 0 1422 推荐指数:
LaserOdometry 这一模块(节点)主要功能是:进行点云数据配准,完成运动估计 利用ScanRegistration中提取到的特征点,建立相邻时间点云数据之间的关联,由此推断lidar的运 ...
TransformMaintenance 来到了最后一个模块,代码不是很长,我们在看完代码之后,再详细说明这个模块的功能 依然主函数开始 int main(int argc, cha ...
ROS jizhang的工程 git laboshinl的工程 环境是ubuntu 14.04 ROS 版本 indigo 工程地址: https://github.com/laboshinl/loam_velodyne.git terminal 1: $ cd ...
一、velodyne-VLP16使用教程 请看官一定要参看以下网址教程,都是本人血泪史! https://www.cnblogs.com/gdut-gordon/p/11228297.html 二、LOAM及其改进版本 2.1 源码 1)作者J Zhang,已取消开源 ...
一、velodyne-VLP16使用教程 推荐网址: http://blog.csdn.net/littlethunder/article/details/51920681 https://www.cnblogs.com/williamc17/p/9705492.html 更多 ...
/details/52549872 1. 配置Ubuntu的资源库:"restricted","univ ...
vim /etc/apt/sources.list # 阿里云deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricteddeb-src http ...
去除两个文件中相同的内容 比如我想把file1中不含文件file2的内容保留下来:(这个在抠一些内容的时候挺好用的) awk '{print $0}' file1 file2 |sort|uniq ...