uLipe / microROS-esp32-fun

MIT License
6 stars 2 forks source link

Building this example fails #1

Closed slahrberg closed 3 years ago

slahrberg commented 3 years ago

I installed ESP-IDF following the guide and successfully ran the helloWorld example. I clone this repository. Inside the microROS-esp32-fun folder I create a new folder called components, in which i copy the micro_ros_espidf_component from the linked repository. I can use idf.py menuconfig to enter my Wi-Fi credentials. When i enter idf.py build the build fails and I get the following output:

https://pastebin.com/69vHnTeZ

Any idea on how to solve this?