-
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
How to use Output ? #3
Comments
i have update the repo and output rotation matrix directly as follows:
you just need to substitude above matrix to "extrinsicRot" and "extrinsicRPY" as follows:
|
Output is below
I changed extrinsic RPY and ROT from,
Result:
Result: It seems works for eliminating altitude oscillation but not works yaw and pitch do you have any suggestion to eliminate it. If I understand the problem I can try to contribute the repo. |
I finally got this working and I ran it for my setup. I see no difference in the output in LIO_SAM when I put in the values generated by lidar_imu_calib. For me it still jumps all over and off the screen.
A little further down in the params.yaml file there is this more IMU settings. Did you have to change any of it to get a stable point cloud?
|
输出的rpy角度是弧度还是度啊?result euler angle(RPY) : -0.0368546 0.01498 -0.214961 |
Hi @Rotoslider |
I think it must be in radians |
I never did figure out why liosam jumps all over. I ended up switching to Static Mapping and have great results. Plus the developer is responsive. |
@Rotoslider |
Me too have been spending a crazy amount of time lately trying to get the same results with HDL-32 and 3DM-GX5-45... 🤷🏻♂️ |
Its slam software that works pretty well for uneven forested terrain. Its not live though. You record your bag file and then play it back to render it. Supports imu and gps too. |
@Rotoslider thanks for the tip... Looks good ! I may give it a try. Uneven forested terrain seems like a bit of a challenge. You use lidar + IMU + GPS ? Loops are closing fine ? Doesn't drift too much in Z ? |
I do not have a rtk yet so I am using just the lidar and IMU. Z axis drift is far less than with anything else I have used. But still can be there. I walked a heavily treed 10 acre parcel of land. The elevation varied by around 20 meters meters. I walked around up and down several times and it closed the loop pretty well except in the heaviest treed area about the middle of the 25 minute traverse. I started up at the highest point and ended pretty close to that near a building 25 minute later and the building x y and z corners were correct. The lowest area of the scan was off by a couple meters in Z compared to some drone photogrammetry done of the same area. X and Y was comparable to the photogrammetry. Probably should take this conversation somewhere else since it has nothing to do with this program anymore. Not sure where though. |
Actually, I think that you should transpose the result matrix. |
Hi
I've tried to read your reference page but when translating to english several important information loses.
After I run roslaunch lidar_imu_calib I got "result extrinsic R -> -0.0368546 0.01498 -0.214961" I copied and pasted to Lio-Sam params config.yaml extrinsicTrans: [-0.0368546, 0.01498, -0.214961] . I haven't seen any difference between before and after result.
The text was updated successfully, but these errors were encountered: