← All posts

Part 2: Multi-Sensor Vehicle Positioning System Employing Shared Data Protocol

patentsensor-fusiondemo

Part 2. Multi-Sensor Vehicle Positioning System Employing Shared Data Protocol

C. A Guided Tour of the App (Screenshots Coming Soon)

Click-by-click walkthrough of what you’ll see and what it means.

The Main Screen

Demo

  1. Click Start.

  2. Watch the blue and red markers move together.

  3. When entering the red rectangle, the red marker drifts slowly — that’s dead‑reckoning.

  4. As you leave the rectangle, red snaps back close to blue — that’s GPS recovery.

  5. Error plot drops again — back to normal.

Key Interactions

Behind the Scenes (Only What’s Useful)

Troubleshooting (Friendly Tips)

D. Results, Demos, and How to Try It Yourself

What you can expect to see, and a super-quick way to run the demo.

What You’ll See (At a Glance)

Demo Script

  1. Click Start.

  2. Point at the blue (truth) and red (estimate) markers.

  3. Watch the car enter the red rectangle — error grows slowly.

  4. As it exits, the red re‑aligns — error falls.

  5. Open the CAN Bus Monitor and show live frames.

How To Run Locally


# 1) Create environment

conda  create  -n  multi-sensor  python=3.9  -y

conda  activate  multi-sensor

# 2) Install deps

pip  install  -r  requirements.txt

# 3) Run the app

python  src/main.py

Where to Put Your Own Route

Tips for a Smooth Demo

What’s Unique About This (Patent Angle)