using ESP32 with Micro-ROS
- Run the Micro-ROS Agent and the listener node on you laptop
cd demo/
docker compose up
- Put your Wi-Fi SSID and Password into the
credentials.h
file:
cp src/credentials-template.h src/credentials.h
# and edit credentials.h
- Setup the platformio
just setup
just udev
- Built and upload the project to ESP32
just flash
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"
}