Using Barebones ESP-ID with Microros
Using Barebones ESP-ID with Microros Requirements ROS2 Docker (for running micro ROS on host) Setting Up IDF In order to setup IDF you first have to install its prerequisets. Use following command for Ubuntu and Debian (taken from official IDF documentation): sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 Next create a directory to install IDF (prefeberably accessible by you unpriviledged user) and clone the ESP-IDF repository:...