当前位置:网站首页>安装ros的laser_scan_matche库所遇到的问题(一)
安装ros的laser_scan_matche库所遇到的问题(一)
2022-07-29 03:57:00 【jianlai_】
laser_scan_matcher库
laser_scan_matcher套装是一款增量激光扫描注册工具。它是ROS中常用的激光扫描匹配器代码库,是一种基于PLICP(点对线迭代最近点)扫描匹配算法的增量式激光扫描匹配器,使用 Andrea Censi 的规范扫描匹配器 (CSM) 实现。该软件包允许扫描连续传感器_msgs/LaserScan消息之间的匹配,并将激光器的估计位置发布为geometry_msgs/Pose2D或tf变换。
(仅对激光雷达数据进行处理,就可以实现建图,但精度不高)
更多关于这个库的内容可以到ROS Wiki相关介绍进行了解。
git clon时遇到:
fatal: unable to access 'https://github.com/ccny-ros-pkg/scan_tools.git/': Could not resolve host: github.com.cnpmjs.org

检查问题:
利用ping命令检查github服务器是否拼的通。
ping github.com1、若是每隔几秒有 time = xx.ms 刷新 就证实是通的,github.com没有被主机解析导致。
解决办法:
(1)编辑etc/host
gedit /etc/host根据原有的样式 添加须要新增的目标地址spa,如下图,则添加:
140.82.114.4 github.com
再次克隆,下载成功。
2、若是没有time = xx.ms 刷新 ,无法ping通服务器,则
(1)编辑etc/host
gedit /etc/host(2)添加github.com域名
140.82.114.4 github.com再次尝试ping github.com发现可以ping通
就可以了,不行换个域名,域名查找网站可以去知乎搜一下
3、可以ping通,还是报以上错误:
fatal: unable to access 'https://github.com.cnpmjs.org/ccny-ros-pkg/scan_tools.git/': Could not resolve host: github.com.cnpmjs.org
将标红字段删除输入进终端即可克隆成功。
边栏推荐
- Why does the 20 bit address bus determine the storage space of 1MB
- How to understand clock cycle and formula CPU execution time = number of CPU clock cycles / dominant frequency
- 消费行业数字化升级成 “刚需”,weiit 新零售 SaaS 为企业赋能!
- Arrow function of new features of ES6
- C language to achieve three chess game (detailed explanation)
- Why do many programmers hate pair programming?
- Some notes on uniapp
- Process tracking of ribbon principle
- String template of ES6 new features and methods to simplify objects and functions
- Shopify seller: EDM marketing should be combined with salesmartly to easily get the conversion rate
猜你喜欢

Solve the delay in opening the console of Google browser

RHCE's at, crontab's basic operations, the Chrony service, symmetric encryption and asymmetric encryption

Connect with third-party QQ login

Analysis of new retail o2o e-commerce model

Deep into C language (3) -- input and output stream of C

Vs code must know and know 20 shortcut keys!

(2022 Hangdian multi school III) 1002 boss rush (pressure dp+ dichotomy)

向日葵资深产品总监技术分享:“国民远控”如何在AD域环境下应用

SQL窗口函数

Typescript from getting started to mastering (XX) function generics
随机推荐
关于双指针的思想总结
Cloudera manager platform fault repair record
Use case of arrow function of new features in ES6
I. creation and constraint of MySQL table
Simple use of eventbus
Data mining -- Introduction to the basis of association analysis (Part 1)
Spark dataframe replaces empty characters (or other values) in each column with null
Is the browser multi process or single process?
Form verification of landline
Extended operator of new features in ES6
Typescript from getting started to mastering (19) enumeration types
@Configuration (proxybeanmethods = false) what's the use of setting this to false
In depth C language (4) -- definition and use of switch
CUB_ Visualization of key points in 200 bird dataset
MySQL Part 4 (end)
The const keyword of ES6 declares variables
Configmap配置与Secret加密
Why do many programmers hate pair programming?
Li Kou daily question - day 44 -205. Isomorphic string
Common methods of lodash Library