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

lidar2car标定livox mid360点云数据,yaw角度无法标定出来 #155

Open
yueyihua opened this issue May 11, 2024 · 2 comments
Open

Comments

@yueyihua
Copy link


start calibrating lidar yaw
No valid data for calibrating yaw.
Calibration result was saved to file calib_result.txt

@yesheng1996
Copy link

请问你现在跑成功了吗?我现在是卡在
BSpline bspline_x = BSpline::Builder(sample_x).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build();
BSpline bspline_y = BSpline::Builder(sample_y).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build();
每次到这里都是Segmentation fault (core dumped).

@yueyihua
Copy link
Author

请问你现在跑成功了吗?我现在是卡在 BSpline bspline_x = BSpline::Builder(sample_x).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build(); BSpline bspline_y = BSpline::Builder(sample_y).degree(bspine_degree_).smoothing(BSpline::Smoothing::PSPLINE).alpha(0.03).build(); 每次到这里都是Segmentation fault (core dumped).

  1. Change map_resolution to 0.25 in fastLoam.cpp
  2. My problem: data all continued in function YawCalib::GetYawSegs:
    if (dx * dx + dy * dy < 1e-5) {
    continue;
    }

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

2 participants