Execution of motion module of IMU sensor by Matlab
I want to run the motion module of the IMU sensor of "Intel RealSense Viewer" in matlab, but I would like someone to tell me a reference site.
-
If you would like to access IMU data through the RealSense MATLAB wrapper then the link below provides advice about doing so.
https://github.com/IntelRealSense/librealsense/issues/5648#issuecomment-577379150
If you would prefer to access raw IMU sensor data directly from the camera without using the RealSense SDK then the MATLAB Sensor Fusion and Tracking Toolbox may be helpful.
https://www.mathworks.com/products/sensor-fusion-and-tracking.html
-
The Sensor Fusion and Tracking Toolbox is not an Intel product and so technical support for it cannot be provided. At the bottom of the page about the Toolbox at the link provided above, there is a button to contact the Sensor Fusion and Tracking Toolbox technical team.

You could also try using generic camera settings if the Toolbox does not have specific RealSense support. This approach has worked for another MATLAB tool called the Image Acquisition Toolbox. Details about this are in the link below.
https://support.intelrealsense.com/hc/en-us/community/posts/1500001233981/comments/1500001146582
-
I was unable to find an example of an IMU being used with the Image Acquisition Toolbox.
I carried out further research and found a Navigation Toolbox MATLAB product that is specifically designed to provide SLAM.
https://uk.mathworks.com/products/navigation.html
Like with the Acquisition Toolbox, I could not find examples of specific support for RealSense though, meaning that use of generic settings or the creation of a custom adaptor may be necessary.
MATLAB R2021a supports the creation of a sensor adaptor for an imuSensor from the Navigation Toolbox.
https://uk.mathworks.com/help/uav/ref/createcustomsensortemplate.html
https://uk.mathworks.com/help/uav/ref/uav.sensoradaptor-class.html
Please sign in to leave a comment.
Comments
6 comments