forked from tpII/2023-A1-VR-ESP32CAM
-
Notifications
You must be signed in to change notification settings - Fork 0
The project involves creating an autonomous vehicle controlled via keyboard, featuring dual cameras on a robotic arm, streaming to VR goggles. Head movements detected by the goggles move the arm, enhancing the immersive driving experience. It integrates MQTT, webserver technologies, ESP32 modules, and custom PCBs.
License
JeronimoLam/2023-VR-ESP32CAM
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Para ejecutar el proyecto se deben seguir los siguientes pasos
1. pip install -r ./requirements.txt
2. python3 ./web_server/app.py
3. Con un dispositivo móvil que luego irá en las gafas VR acceder a la IP:PORT que se indica en la terminal
4. En otra terminal
python3 ./car_control/publisher.py
En dicha terminal se podrán enviar comandos para el movimiento del auto.
5. Colocar el dispositivo en las gafas VR About
The project involves creating an autonomous vehicle controlled via keyboard, featuring dual cameras on a robotic arm, streaming to VR goggles. Head movements detected by the goggles move the arm, enhancing the immersive driving experience. It integrates MQTT, webserver technologies, ESP32 modules, and custom PCBs.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 71.5%
- C++ 27.3%
- Python 0.9%
- Shell 0.1%
- CSS 0.1%
- HTML 0.1%