-
Notifications
You must be signed in to change notification settings - Fork 122
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
Does not work on Jetson #49
Comments
Based on your description, I suspect that the issue lies with the LiDAR-IMU extrinsic parameters. You may need to recalibrate the extrinsic parameters (mainly the rotation issue). The Docker version in the repository may not be entirely consistent with the newer versions, so we recommend directly compiling from the source code.
Based on your description, I suspect that the issue lies with the LiDAR-IMU extrinsic parameters. You may need to recalibrate the extrinsic parameters (mainly the rotation issue). The Docker version in the repository may not be entirely consistent with the newer versions, so we recommend directly compiling from the source code. |
Thank you for the update. But, if the issue was with the extrinsics, it shouldn't have worked in my PC as well right? It just doesn't work on the ARM64 platform. For the docker image, I created my own. I tried it directly on the jetson without the docker as well, but the issue still persists. |
@curiousityy yes, you are right. I did not not tested on jetson before, but if you can give some detailed error log. maybe I can help to solve this problem. |
@JokerJohn, please find the logs and the map drift (in the image). Logs: [ INFO] [1688718933.641949904]: ----> Feature Extraction Started. |
Have you tried collecting data bag using Jetson and then running this repo on a PC to see if the mapping is successful? Looking at your error log, it doesn't seem like an environment issue, but more like instability in the IMU odometry. The first thing to check when dealing with IMU odometry is to ensure that the external parameters are functioning correctly. This means that the three axes of the IMU should align with the Lidar through the rotation of the external parameters. Otherwise, the pre-integration will be incorrect, leading to the kind of problem you see in your log. Additionally, try to avoid any drastic rotation at the beginning. You can perform some translational movement instead. |
Hi @JokerJohn, the bag files I have were recorded on the jetson. I have the lidar and the imu connected to the jetson and these recordings are tested on the PC. The same bag file when tested on the jetson itself don't work. |
Hi @JokerJohn,
Thank you for the great work. I am currently working with liosam 6 axis for my jetson platform (Jetson xavier NX). I Got the setup working on my PC (Ubuntu 20.04). When I port the same onto jetson (as a docker image). my map starts to drift and I continuously get a large velocity warning. Could you please let me know what could be wrong? I know it is to do with the params.yaml file. I tried reducing the voxel grid size as well, but it doesn't fix the issue.
Best Regards,
Sai
The text was updated successfully, but these errors were encountered: