What Should be the Input of IMU sensor data to plot IMU+GPS fusion
조회 수: 4 (최근 30일)
이전 댓글 표시
I took reay-made code of IMU GPS Fusion for INS .and added | kinematicTrajectory | function to my process imu data as given...
traj = kinematicTrajectory('SampleRate', imuFs);
[positionNED, orientationNED, velNED, accNED, angVelNED] = traj(accBody,angVelBody);
and gave GPS values (output of my GPS sensor).
But the output is going straight down (in z direction only). I even tried to take different data from online to try those but i'm having the same problem.
Help me with the pre-processing of the data. or what should be the input data for kinamatic trajectory?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Automated Driving Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!