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

Coordinate System Conversion Problem in IMUKittiExemplarGPS.cpp #1882

Open
HYD-PG opened this issue Oct 22, 2024 · 1 comment
Open

Coordinate System Conversion Problem in IMUKittiExemplarGPS.cpp #1882

HYD-PG opened this issue Oct 22, 2024 · 1 comment

Comments

@HYD-PG
Copy link

HYD-PG commented Oct 22, 2024

Hi!
When I am using my own data for data fusion, I am unable to confirm the carrier coordinate system and navigation coordinate system in IMUKittiExemplarGPS.cpp, which should involve its internal pre integration. So I want to know whether the navigation coordinate system in IMUKittiExemplarGPS.cpp is NED or ENU, which involves the direction of its carrier coordinate system, so that I can convert my own data.In the CPP program and MATLAB program for the same IMUKittiExemplarGPS, the images of the two show different angular orientations, and the CPP file appears to have been rotated 45 degrees based on this. The first image is a CPP file generated, and the second image is an official display on YouTube.(Version gtsam-develop)
截图 2024-10-23 11-30-37
截图 2024-10-23 11-31-10

@Huang-Chuan
Copy link

@HYD-PG It should be ENU, as you can see in the code
auto imu_params = PreintegratedImuMeasurements::Params::MakeSharedU(g);

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