Home /Learning /Autonomous Driving Training with XR
Autonomous Driving Training with XR
LearningHands-On Training

Autonomous Driving Training with XR

by ContentsDA Inc. · Released May 28, 2026
Quest 3S · Quest 3 · Quest Pro · Quest 2

About this game

This content features Bluetooth communication with an Arduino 2WD car. Assemble the car using an ESP32 DevKit V1, TB6612FNG driver, 2WD chassis, breadboard, M-F/M-M cables, battery holder, 18650 batteries, and a switch. Then, upload this sample code to the ESP32.

The code drives two DC motors via Bluetooth (Classic BT) using commands: F (Forward), B (Backward), L (Left), R (Right), and S (Stop). Each movement automatically stops after 300–400ms.

C++

void loop() {

if (SerialBT.available()) {

char command = SerialBT.read();

Serial.println(command);

if (command == ’F’) { moveForward(); delay(400); stopMotors(); }

else if (command == ’B’) { moveBackward(); delay(400); stopMotors(); }

else if (command == ’L’) { turnLeft(); delay(325); stopMotors(); }

else if (command == ’R’) { turnRight(); delay(325); stopMotors(); }

else if (command == ’S’) { stopMotors(); }

}

}

The car operates once you add the specific motor control functions to this loop and upload it to the ESP32.

1. Select 1 of the 10 available maps.

2. Connect Bluetooth via the Options tab.

3. Controls: A (Reverse), B (Forward), Y (Right), X (Left), Right Joystick Click (View Camera).

4. Complete 5 laps to unlock autonomous driving.

Details

Developer
Release date
May 28, 2026
Genre
Learning, Hands-On Training
Category
APPS
Modes
Single User
Play area
Room-scale
Comfort
Comfortable for most
Age rating
Everyone
Headsets
Quest 3S, Quest 3, Quest Pro, Quest 2
Controllers
Touch Controllers
Hand tracking
Languages
English
Internet
Not required
Ratings
Download size
336 MB
Version
1.0
In-app purchases
No
In-app ads
No
Giftable
✓ Yes

Frequently asked questions

How much does Autonomous Driving Training with XR cost on Meta Quest?

Autonomous Driving Training with XR currently costs $44.99 (down from $49.99)€41.39 (down from €45.99)£35.09 (down from £38.99)¥7,020 (down from ¥7,800)CA$61.19 (down from CA$67.99) on the Meta Horizon Store. That price already includes the exclusive 10% creator discount, applied automatically at checkout through our link.

Is Autonomous Driving Training with XR on sale right now?

Not at the moment, but our creator link takes 10% off at checkout automatically, so you never pay the full sticker price. Store sales come around regularly, and every new discount appears on our deals page the moment it goes live.

Does Autonomous Driving Training with XR work on Quest 3, Quest 3S or Quest 2?

Autonomous Driving Training with XR officially supports: Quest 3S, Quest 3, Quest Pro, Quest 2. Headset support is set by the developer, as listed on the official store.

Is Autonomous Driving Training with XR multiplayer or single player?

Autonomous Driving Training with XR is a single-player experience (single user).

Is Autonomous Driving Training with XR comfortable for VR beginners?

Autonomous Driving Training with XR is rated Comfortable by the official store: minimal artificial movement, a great pick for VR newcomers.

What is the age rating for Autonomous Driving Training with XR?

Autonomous Driving Training with XR is rated Everyone on the official Meta store. Age ratings matter especially for online multiplayer titles, where voice chat is open.

When did Autonomous Driving Training with XR come out?

Autonomous Driving Training with XR was released on May 28, 2026, published by ContentsDA Inc..