Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scanRegistration error #7

Closed
ctwu0314 opened this issue Aug 8, 2016 · 8 comments
Closed

scanRegistration error #7

ctwu0314 opened this issue Aug 8, 2016 · 8 comments

Comments

@ctwu0314
Copy link

ctwu0314 commented Aug 8, 2016

@laboshinl
I have successfully implemented according to your steps.
But when I connect the VLP-16 Lidar (roslaunch velodyne_pointcloud VLP16_points.launch _ip_address:=192.168.1.201),
Usually happen the following error,

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
[scanRegistration-2] process has died [pid 13615, exit code -11, cmd /home/ctwu/ROS_Code/catkin_loam/devel/lib/loam_velodyne/scanRegistration __name:=scanRegistration log:=/home/ctwu/.ros/log/1f7faff2-5d33-11e6-98e2-74d02b61e376/scanRegistration-2.log].
log file: /home/ctwu/.ros/log/1f7faff2-5d33-11e6-98e2-74d02b61e376/scanRegistration-2
.log
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
(the scanRegistration-2
.log can't find in the folder)

@ctwu0314 ctwu0314 closed this as completed Aug 8, 2016
@brianshu
Copy link

brianshu commented Feb 4, 2017

so how u solve this i met the similar issue. I previously got the connection part successfully worked, but after i try with google cartographer then got the same error as you do

@AbnerCSZ
Copy link

AbnerCSZ commented Jan 3, 2018

I encountered the same problem, may you solve it? @ctwu0314 @brianshu @laboshinl I suspect that the downsampled part has gone wrong(old version).

@brunoeducsantos
Copy link

How do you guys solve the problem? I still have this pid issue

@wangliuliu
Copy link

There are some related issue
My pcl lib version is 1.7, Ubuntu 16.04.
I uninstall pcl in source , and install by :
add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
apt-get update
apt-get install libpcl-*

@cslxiao
Copy link

cslxiao commented Dec 4, 2018

I build pcl in source and reinstall it, then it works.

@AravindChandradoss
Copy link

@wangliuliu @cslxiao what is Ubuntu distribution? I am getting the following error.

Hit:6 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic InRelease
Ign:7 http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu bionic InRelease
Err:8 http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu bionic Release
  404  Not Found [IP: 91.189.95.83 80]
Hit:9 http://archive.ubuntu.com/ubuntu bionic InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

did you guys use "utopic" distribution?

Thanks

@wuguandong
Copy link

Can try to comment out "add_definitions( -march=native )" in CMakeLists.txt.

@0111BCD
Copy link

0111BCD commented Aug 25, 2020

There are some related issue
My pcl lib version is 1.7, Ubuntu 16.04.
I uninstall pcl in source , and install by :
add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
apt-get update
apt-get install libpcl-*

兄弟,我是用的手动安装编译,但还是解决不了这问题 请问你解决了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants