MoffKalast / esp32_ros

ESP32-CAM + L298N driver for ROS. Abandonware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 Car

ESP32-CAM + L298N driver for ROS.

Wiring Diagram

Installation

Flash the firmware onto the ESP32-Cam module first and wire according to the above diagram (switch has to be closed for flashing). Once the ESP boots it'll flash the built in LED once.

pip install websocket-client

sudo apt-get install ros-noetic-video-stream-opencv

Usage


// start either ackerman or diff drive control
roslaunch esp32_ros ackermann.launch
roslaunch esp32_ros diffdrive.launch

// start camera streaming
roslaunch esp32_ros camera.launch

// start cam person detector + follower
roslaunch esp32_ros automove.launch

About

ESP32-CAM + L298N driver for ROS. Abandonware.

License:The Unlicense


Languages

Language:C++ 78.4%Language:Python 11.9%Language:C 9.2%Language:CMake 0.4%