Simulating IMU with given coordinates

1 Ansicht (letzte 30 Tage)
Murat TUNÇ
Murat TUNÇ am 26 Jan. 2024
Beantwortet: Ryan Salvo am 29 Jan. 2024
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

Antworten (1)

Ryan Salvo
Ryan Salvo am 29 Jan. 2024
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by