You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation type: simply following the build instructions
Version or commit hash: galactic, humble, or main all tried.
ESP-idf version 4.2
username@dev0:~/esp-idf$ git checkout v4.2
HEAD is now at c40f2590bf Merge branch 'featrue/remove_esp32-S2_preview_v4.2' into 'release/v4.2'
Either with or without clean build env per install instructions:
"If you encounter issues during the build process, ensure that you are running in a clean shell environment _without_ the ROS 2 setup script sourced."
you wind up chasing more and more header files...
...
[100%] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
/home/kfinisterre/micro_ros_espidf_component/examples/ping_pong/main/main.c:18:10: fatal error: rclc/rclc.h: No such file or directory
#include <rclc/rclc.h>
^~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Unable to compile examples
ESP-idf version 4.2
username@dev0:~/esp-idf$ git checkout v4.2
HEAD is now at c40f2590bf Merge branch 'featrue/remove_esp32-S2_preview_v4.2' into 'release/v4.2'
Either with or without clean build env per install instructions:
Steps to reproduce the issue
First try with "clean shell environment"
Simply follow the instructions on a fresh Ubunutu 20 install.
https://github.com/micro-ROS/micro_ros_espidf_component/blob/galactic/README.md?plain=1#L35
leads to:
Expected behavior
Expect a clean compile!
Actual behavior
make failed with exit code 2
Additional information
Manually adding missing path's helps, but gets exhausting...
you wind up chasing more and more header files...
...
The text was updated successfully, but these errors were encountered: