Skip to content

DominikN/esp32-microros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32-microros

using ESP32 with Micro-ROS

Quick Start

  1. Run the Micro-ROS Agent and the listener node on you laptop
cd demo/
docker compose up
  1. Put your Wi-Fi SSID and Password into the credentials.h file:
cp src/credentials-template.h src/credentials.h
# and edit credentials.h
  1. Setup the platformio
just setup
just udev
  1. Built and upload the project to ESP32
just flash

Platformio VSC extension setup

To use locacl Python venv edit the /home/$USER/.config/Code/User/settings.json and add:

{
    "platformio-ide.customPATH": "/home/$USER/repo/esp32-microros/python_venv/bin/pio"
}

About

using ESP32 with Micro-ROS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published