Unable to open 'openExample('shared_positioning/PoseEstimationFromAsynchronousSensorsExample')'
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi guys,
thanks for helping, i've tried running the aforementioned command. But the follow errors were returned.
Error using exampleUtils.componentExamplesDir (line 13)
Invalid argument "shared_positioning".
Error in findExample (line 18)
componentExamplesDir =
exampleUtils.componentExamplesDir(component);
Error in openExample (line 24)
metadata = findExample(id);
Thank you for the help.
댓글 수: 0
채택된 답변
Walter Roberson
2019년 11월 25일
openExample('shared_positioning/PoseEstimationFromAsynchronousSensorsExample')
requires the Sensor Fusion Toolbox and R2019a or later
댓글 수: 4
Walter Roberson
2019년 11월 25일
Okay, the problem is that you are trying to use the R2019b documentation code in your R2019a MATLAB. In R2019a the needed code is
openExample('fusion/PoseEstimationFromAsynchronousSensorsExample')
The R2019a documentation for it is at https://www.mathworks.com/help/releases/R2019a/fusion/examples/pose-estimation-from-asynchronous-sensors.html
추가 답변 (1개)
Ajay Joseph
2021년 7월 30일
I have Sensor Fusion and Tracking Toolbox Version 1.1 installed on 2019A but this example is missing in that location. I am interested in trying this particular example to visualise IMU in 3D. openExample('shared_fusion_arduinoio/EstimateOrientationUsingInertialSensorFusionAndMPU9250Example'). I hope someone can shed some light on this.
Thanks
AJ
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Tracking and Sensor Fusion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!.png)
