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 #163

Open
ZXJohn opened this issue Jul 17, 2024 · 1 comment
Open

lidar2car #163

ZXJohn opened this issue Jul 17, 2024 · 1 comment

Comments

@ZXJohn
Copy link

ZXJohn commented Jul 17, 2024

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。

@pedestrain123
Copy link

@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 _ZTVN8SPLINTER10SerializerE' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(bsplinebasis.cpp.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(bsplinebasis1d.cpp.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(bsplinebuilder.cpp.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(datatable.cpp.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(function.cpp.o): relocation R_X86_64_32S against symbol _ZTVN8SPLINTER8SaveableE' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(mykroneckerproduct.cpp.o): relocation R_X86_64_32 against symbol __gxx_personality_v0@@CXXABI_1.3' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(serializer.cpp.o): relocation R_X86_64_32S against symbol _ZTVN8SPLINTER10SerializerE' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(utilities.cpp.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/wdx/code/perception/sensor_calibarate/SensorsCalibration/SensorX2car/lidar2car/lib/libsplinter-static-3-0.a(datapoint.cpp.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: 最后的链结失败: 输出不可表示的节
collect2: error: ld returned 1 exit status

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