Super tiny IMU Orientation Visualizer

버전 1.0.0.0 (9.85 KB) 작성자: Victor
A story of how an airplane passengers' lives were saved with these codes.
다운로드 수: 2.9K
업데이트 날짜: 2016/10/11

라이선스 보기

This tiny, powerful Matlab program visualize 6DOF IMU orientation.
The light weight GUI covers two essential components of IMU Orientation Visualization, 3D visualization and 2D plotting.
3D panel:
Red box translates the current raw readings from IMU, it responses super fast even to noise.
About noise and Blue Box:
Such noise, which is not acceptable, corrupts data consistency and may lead to system failure if it is passed to control systems. Imagine this IMU is used on an airplane and suddenly it got a big roll reading, saying that your plane is upside down. Then the plane control system signals the ailerons to do crazy maneuvers to save the day, such false positive is crazy. By applying a tiny digital filter, the result is shown by the blue box right on top, we save the passengers.
2D plotting:
This plot is quite self explanatory, regarding 6DOF readings from IMU.
Easy codes:
Even better thing happens is that all codes was written with minimum amount of build-in functions, making it super easy to understand.
This open source codes solves theses puzzles:
1.How to receive and parse data from serial port?
2.If I want multiple variables to be sent from serial port, what format of data should I use?
3.How to plot and update data in real time.
4.How to draw 3D objects and rotate in real time.
5.How to connect these things with GUI.

For firmware codes on STM32 board, check this out:
https://mega.nz/#!gNx11Y4L!Qsk6tCyOjVJbbYrhFXyergC27Mvtc8VXurZfpHJETkE

HAPPY CODING~

인용 양식

Victor (2025). Super tiny IMU Orientation Visualizer (https://kr.mathworks.com/matlabcentral/fileexchange/50975-super-tiny-imu-orientation-visualizer), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Automotive에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Updated description
update version
Updated description

Updated Summary
Updated description
Updated Video Link
Updated Summary
Updated STM32 download link
Updated description
Updated description
Updated description