There are many ways to measure distance, but we often use a measuring tape, right?
However, noting down the measured distance and transferring the measurements to a drawing can be tedious.
We created this to solve that problem.
That's "MeasureAR, " which turns a real measuring tape into MR (Mixed Reality).
MeasureAR combines the MR function of MetaQuest 3/3S with a dedicated device to digitize real-world measuring tape operations.
It displays the start point, end point, and distance in the MR space in real time, streamlining daily measurement tasks.
You might be thinking, "Why not just use the MetaQuest controller to set the start and end points and measure without a dedicated controller?" That's a sharp observation!
While that method does allow for approximate distance measurement, there's a significant error between the AR display and the real-world space. Therefore, it wasn't suitable for measurements where accuracy is critical, which is why we decided to create this.
Furthermore, since using a measuring tape isn't a special operation, its intuitive usability is another advantage.
MetaQuest3/3S and a dedicated device communicate via BLE to send distance data, which is then visualized.
◆Processing Flow
(1) Calculate distance from the rotation when the measuring tape is extended
(2) Send distance via BLE communication
(3) Visualize measurement information with AR
◆Components
・M5AtomMatrix
・IR infrared sensor
・Encoder
・3D printed casing
・Measuring tape memory
・Screws/nuts
・Jumper wires
・MetaQuest3S
◆Software
・Unity
・PlatformIO
--
距離を計測するのに、色々な方法がありますが、メジャーを使う機会が多いですよね。でも、計測した距離をメモしたり、計測した内容を図面に落とす作業が面倒だったりしますよね。そんな悩みを解決しようと思い作成しました。
それが、現実のメジャーをMR化する「MeasureAR」MeasureARは、MetaQuest3/3SのMR機能と専用デバイスを組み合わせることで、現実のメジャー操作をそのままデジタル化します。始点・終点・距離をMR空間にリアルタイム表示し、日々の計測作業を効率化します。
わざわざ、専用のコントローラを使わなくても、MetaQuestのコントローラだけで、始点と終点を設定すれば、計測できるのではないかと思ったそこのあなた!、鋭いですね。確かに、その方法でもおおよその距離は計測できるのですが、ARで表示させたときの実空間との誤差が結構あるんですよね。そのため、誤差を気にする計測の場合は不向きだったことから、作ってみることにしたのです。
また、メジャーの使い方は、特殊な操作方法ではないため、直感的に使えるのもメリットです。
MetaQuest3/3Sと専用デバイスがBLE通信をして距離データを送り、可視化しています。
◆処理の流れ(1)メジャーの引き出し時の回転から距離を計算(2)BLE通信距離の送信(3)ARで計測情報を可視化
◆部品・M5AtomMatrix・IR赤外線センサー・Encoder・3Dプリンタで作成した外装・メジャーのメモリ・ネジ/ナット・ジャンパー線・MetaQuest3S
◆ソフトウェア・Unity・PlatformIO


_cb1jwgVyin.jpg?auto=compress%2Cformat&w=48&h=48&fit=fill&bg=ffffff)








Comments