-
Notifications
You must be signed in to change notification settings - Fork 114
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
lib_exR_lidar2imu_node: error while loading shared libraries: libndt_omp.so #5
Comments
The missing file is at: |
I have now built this on a amd64 system and I get the same error of the same missing file. Both the arm and amd systems are running Ubuntu 18.04. thanks in advance |
I fixed the missing library file by running: In your instructions you do not state to stop the recording of the bag file before moving to the next step. How long should the recording last before you stop it? |
@chennuo0125-HIT Should the IMU be stationary or moving when recording the bag file for best results. |
@Rotoslider Have you get any answers for this question? Do you mind to share your experience for the calibration process? |
I have a Jetson AGX that I am trying to get this working on. Its arm64 architecture
I managed to get ndt_omp installed by fixing the cmake
I then used the same process to install lidar_imu_calib. It built without errors
I edited the launch file to read my topics of lidar and imu
When I run your launch file I get:
any suggestion on getting this working?
thanks in advance
The text was updated successfully, but these errors were encountered: