-
Notifications
You must be signed in to change notification settings - Fork 26
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
Empty output with own data #2
Comments
@polbolso You should modify the path to your own rosbag in launch file. |
@polbolso Please print the result of |
@polbolso Can you share your rosbag? And I would try to debug with your data. |
Thanks! |
Hi @libing64, have you already tried to debug it with my data? |
@polbolso Yeah, it crashed with your data and I am trying to figure out why. |
@polbolso The header of laser scan has invalid data, for example, angle_min and angle_max.
|
@libing64 thanks for looking into the data. |
Hi @libing64 , I tried generating a new ros bag file (attached) with the angle_min and angle_max within [-3.14 : 3.14 rad], but I still have the same effect when I run it. |
@polbolso What is your radar fov? 5.4~5.8 rad? 24 degree? |
@libing64 My lidar's fov is 360°. |
@polbolso Don't splite the lidar data into different parts, and you could set the invalid points to invalid value such as 0 or -1. |
@libing64 I did that, I have now a continuous file, just split per each scan, so in angle intervals of [0 : 6.28 rad]. Link to the new bag file: https://drive.google.com/file/d/12sQXlGgxZ0AlBEEgWL94JIFgnH3oAHAn/view?usp=sharing |
Hi, firstly, thanks for sharing your work!
After running your algorithm with my recorded data, it seems not to give any output when I play the bag file.
I just used horizontal 2D laser data, without IMU, I guess that's fine. Could it be because I don't provide intensity values?
When I run the launch file, a fatal error arises. I am not sure if this is the problem because when I use Cartographer (sample) data it also appears this error, but the algorithm works well (new topics are correctly published and rviz visualization looks good).
I can't find any bug in my input data. Do you know why this problem could be happening?
The text was updated successfully, but these errors were encountered: