We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried to use this repo for LIO_SAM
In my case, I use LIVOX MID-70 LiDAR, and WIT motion WT901CTTL 9DOF IMU.
First, I checked my lidar messages detected well in src/lib/calibExRLidar2Imu.cpp, before codeline 350, all the messages are detected well.
but, in linenumber 352, there is a if condition like below.
if (invalid_lidar_it != lidar_buffer_.begin()) lidar_buffer_.erase(lidar_buffer_.begin(), invalid_lidar_it);
if (invalid_lidar_it != lidar_buffer_.begin())
lidar_buffer_.erase(lidar_buffer_.begin(), invalid_lidar_it);
after this, my lidar messages are set as 0. I want to figure it out why my all lidar messages are set as 0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I tried to use this repo for LIO_SAM
In my case, I use LIVOX MID-70 LiDAR, and WIT motion WT901CTTL 9DOF IMU.
First, I checked my lidar messages detected well in src/lib/calibExRLidar2Imu.cpp, before codeline 350, all the messages are detected well.
but, in linenumber 352, there is a if condition like below.
if (invalid_lidar_it != lidar_buffer_.begin())
lidar_buffer_.erase(lidar_buffer_.begin(), invalid_lidar_it);
after this, my lidar messages are set as 0. I want to figure it out why my all lidar messages are set as 0.
The text was updated successfully, but these errors were encountered: