Simulating IMU with given coordinates
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm trying to simulate an IMU from navigation toolbox with given coordinates and error parameters. Is there any way to do so. I can set the given error parameters but not the given coordinates
댓글 수: 0
답변 (1개)
Ryan Salvo
2024년 1월 29일
Hi Murat,
The imuSensor System object takes accelerations, angular velocities, and orientations in the Navigation frame as input and reports accelerations and angular velocites in the Sensor frame. The frame conversion is done by applying the input orientations to the input accelerations and angular velocities. You can Generate Off-Centered IMU Readings using the transformMotion function.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sensor Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!