-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Utility Parameters for KITTI dataset testing ? #12
Comments
Hi @saimanoj18 ,
|
@TixiaoShan Could you please explain what you meant by "The point cloud in KITTI datasets is distortion-free" |
@saimanoj18 |
Do you succeed running lego-loam in kitti dataset ? what modifications do you make? |
Based on RobustFieldAutonomyLab#12 Turn on loop closure enable flag
true, but they also say that
and there is also a mapping with respect to the raw data Nr. Sequence name Start End |
I have changed the parameters as mentioned above. The procedure is able to run but abnormally. Rviz displays nothing. I use the rosbag generated by bin files and the topic name is correct. Can anyone provide some clues? |
@trigal hello,the 03: 2011_09_26_drive_0067 can't be found in official website. Do you have this dataset? Or,do you know why it can't be found? my Email [email protected] |
Hi,
Could you please provide the utility parameters to run LeGO-LOAM on KITTI dataset ?
When you implement new sensor, make sure that the ground_cloud has enough points for matching.
extern const int N_SCAN = 16;
extern const int Horizon_SCAN = 1800;
extern const float ang_res_x = 0.2;
extern const float ang_res_y = 2.0;
extern const float ang_bottom = 15.0;
extern const int groundScanInd = 7;
Here is a bag file that I am attaching.
https://transfer.pcloud.com/download.html?code=5Z61Ss7ZPV6UN87wU4kZAH3bZiIe8l4Y3IBJMUAHk9TSTmyAyT4Ek
Could you tell me what other changes you made such as the topic name needs to be changed and so on.
Any new static transform publishers need to be added ?
Thank you very much!
The text was updated successfully, but these errors were encountered: