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

thanks for your great work #1

Open
sume-cn opened this issue Feb 13, 2019 · 6 comments
Open

thanks for your great work #1

sume-cn opened this issue Feb 13, 2019 · 6 comments

Comments

@sume-cn
Copy link

sume-cn commented Feb 13, 2019

It's the first LOAM project I found that can works well on KITTI dataset.
But why my run shows best result than yours in loam_velodyne/issues/117 ? Especially in the last giant arc. I've changed nothing.

Another question:
Why the result trajectory in sky direction is always within range [-1.5, +1.5], it's wired.

A typo:
README.md
scritps -> scripts

@claydergc
Copy link
Owner

One drawback of the LOAM algorithm is its computational complexity of the LM optimization. That part can make the dropping of some ROS messages and consequently the feature matching could fail. Maybe your result is better than mine because your computer is faster than my computer and the messages are not being dropped.

What do you mean with "sky direction"?

Regards!.

@sume-cn
Copy link
Author

sume-cn commented Feb 14, 2019

sorry, I mean up direction

@sume-cn
Copy link
Author

sume-cn commented Feb 15, 2019

BTW, how to compensate the rotating effect of the raw LiDAR data?
It's strange, I can't find any description on this topic in KITTI website or papers.
I also run the raw LiDAR data too, drift in yaw can be observed.

The raw bin files, timestamp files and IMU files seems not enough to do the compensation by yourself, because no individual timestamp of each point was provided as in VeloView captured pcap files.

@claydergc
Copy link
Owner

According to what I read in laboshinl's repo, the compensation you mention for the raw data is done in the line 103 of the file laserOdometry. That's why I commented that line in this repo.

@LongruiDong
Copy link

LongruiDong commented Jul 22, 2019

It's the first LOAM project I found that can works well on KITTI dataset.
But why my run shows best result than yours in loam_velodyne/issues/117 ? Especially in the last giant arc. I've changed nothing.

Another question:
Why the result trajectory in sky direction is always within range [-1.5, +1.5], it's wired.

A typo:
README.md
scritps -> scripts

range [-1.5, +1.5], it's wired.

Hi~
have you tested all 11 training sequence with kitti devkit?
What is the relative translation error and rotationg error of your results?

My result is strangely bad(Maybe I have someting wrong), I found that the “x direction” of the resulting trajectory is opposite to the groundtruth x axes....

@xuwuzhou
Copy link

It's the first LOAM project I found that can works well on KITTI dataset.
But why my run shows best result than yours in loam_velodyne/issues/117 ? Especially in the last giant arc. I've changed nothing.
Another question:
Why the result trajectory in sky direction is always within range [-1.5, +1.5], it's wired.
A typo:
README.md
scritps -> scripts

range [-1.5, +1.5], it's wired.

Hi~
have you tested all 11 training sequence with kitti devkit?
What is the relative translation error and rotationg error of your results?

My result is strangely bad(Maybe I have someting wrong), I found that the “x direction” of the resulting trajectory is opposite to the groundtruth x axes....

My result is strangely bad too,have you found what happened?

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

4 participants