当前位置:网站首页>Install the laser of ROS_ scan_ Problems encountered in match library (I)
Install the laser of ROS_ scan_ Problems encountered in match library (I)
2022-07-29 04:01:00 【jianlai_】
laser_scan_matcher library
laser_scan_matcher The package is an incremental laser scanning registration tool . It is ROS Commonly used Laser scanning matcher The code base , It's based on PLICP( Point to line iteration nearest point ) Incremental laser scanning matching device based on scanning matching algorithm , Use Andrea Censi Standard scan matcher (CSM) Realization . This software package allows scanning of continuous sensors _msgs/LaserScan Matching between messages , And the estimated position of the laser is published as geometry_msgs/Pose2D or tf Transformation .
( Only lidar data is processed , You can build a map , But the accuracy is not high )
More information about this library can be found at ROS Wiki Related introduction Get to know .
git clon When I met :
fatal: unable to access 'https://github.com/ccny-ros-pkg/scan_tools.git/': Could not resolve host: github.com.cnpmjs.org

Check for problems :
utilize ping Command check github Whether the server works .
ping github.com1、 If every few seconds time = xx.ms Refresh It turns out to be true ,github.com Not resolved by the host .
terms of settlement :
(1) edit etc/host
gedit /etc/hostAccording to the original style Add the target address that needs to be added spa, Here's the picture , Then add :
140.82.114.4 github.com
Clone again , Download successful .
2、 If it were not so time = xx.ms Refresh , unable ping Through the server , be
(1) edit etc/host
gedit /etc/host(2) add to github.com domain name
140.82.114.4 github.com Try it again ping github.com Discovery can ping through
That's all right. , No, change the domain name , You can search the domain name search website
3、 Sure ping through , Or report the above error :
fatal: unable to access 'https://github.com.cnpmjs.org/ccny-ros-pkg/scan_tools.git/': Could not resolve host: github.com.cnpmjs.org
Delete the marked red field and enter it into the terminal to clone successfully .
边栏推荐
- Solve the problem of garbled code when opening the project code in idea
- Raft protocol - process demonstration
- 新零售O2O 电商模式解析
- How to write SQL statements about field conversion
- nacos注册中心
- 小马智行进军前装量产,从自研域控制器入手?
- sql
- 通过PWM呼吸灯和PWM控制直流电机来详细介绍TIM的输出比较功能
- String template of ES6 new features and methods to simplify objects and functions
- The const keyword of ES6 declares variables
猜你喜欢

Is the browser multi process or single process?

从2019 年开始,你一定停止使用了这个营销策略…

How to understand "page storage management scheme"

C语言实现三子棋游戏(详解)

SSL==证书相关概念

【深度学习CPU(番外篇)——虚拟内存】

C language to achieve three chess game (detailed explanation)

Configmap configuration and secret encryption

tron OUT_ OF_ ENERGY

1985-2020 (8 Editions) global surface coverage download and introduction
随机推荐
企业网的三层架构
Object array merges elements according to a field
Cloudera manager platform fault repair record
Common methods of lodash Library
[principle] several ways of horizontal penetration
Lvs+keepalived high availability deployment practical application
基于STM32和阿里云的环境检测系统设计
MySQL Part 4 (end)
MySQL第三篇
Li Kou daily question - day 44 -205. Isomorphic string
SQL window function
Array as function parameter -- pointer constant / constant pointer
Data too long for column 'xxx' at row 1 solution
Three tier architecture of enterprise network
Shopify卖家:EDM营销就要搭配SaleSmartly,轻松搞定转化率
第一个ALV程序2
Flask framework operation database_ Add, delete, modify and query statements
Spark dataframe replaces empty characters (or other values) in each column with null
When defining an array, the size must be constant
Let variable declaration feature of ES6 new feature and its case