-
Notifications
You must be signed in to change notification settings - Fork 585
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 #163
Comments
@ZXJohn 您好请问编译遇到这个错误怎么解决?/usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(bspline.cpp.o): relocation R_X86_64_32S against symbol |
when i run the example,it is occuring the problem:“Segmentation fault (core dumped)”。i found it is because the lidar_pose is:
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
Then lidar_pose_x_=0,lidar_pose_y_=0,Bspin_builder will fail.
Does anyone know how to solve it。
The text was updated successfully, but these errors were encountered: