Skip to content

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

Notifications You must be signed in to change notification settings

JeronimoLam/2023-VR-ESP32CAM

 
 

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

No packages published

Languages

  • C 71.5%
  • C++ 27.3%
  • Python 0.9%
  • Shell 0.1%
  • CSS 0.1%
  • HTML 0.1%