Closed ctwu0314 closed 8 years ago
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
I encountered the same problem, may you solve it? @ctwu0314 @brianshu @laboshinl I suspect that the downsampled part has gone wrong(old version).
How do you guys solve the problem? I still have this pid issue
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-*
I build pcl in source and reinstall it, then it works.
@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
Can try to comment out "add_definitions( -march=native )" in CMakeLists.txt.
@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/loamvelodyne/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)