-
Notifications
You must be signed in to change notification settings - Fork 7
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
transplanted to windows #2
Comments
Hello, I got the same deformed trajectory as can be seen in the following picture: I didn't modify anything from the algorithm in laboshinl's repository but something is going wrong. Regards. |
I'll try the original code, thanks a lot! |
Hello @claydergc |
Hello, I am testing LOAM on Kitti dataset, but a confusing problem is how can I get the trajectory? |
@ywyue I have had some problems with this repo. You can find an updated version of this repo in https://github.com/claydergc/loam_velodyne_kitti_ros, which have returned good results with the KITTI Dataset. |
I've transplanted your project into vc2015, only one place need to be modified:
nanoflann_pcl.h
the definition of setInputCloud() need to be moved into declaration
however the output trajectory is deformed
I'm new to LOAM, hoping these may be useful to you:
Using LeGO-LOAM on KITTI
LOAM on KITTI 08
The text was updated successfully, but these errors were encountered: