Hari___

Results 1 issues of Hari___

how to create the custom interface in espidf_component. i tried to add header file in cmakelist but its not working. cmakelist.txt cmake_minimum_required(VERSION 3.5) set(EXTRA_COMPONENT_DIRS "$ENV{HOME}/esp/micro_ros_espidf_component-humble") include_directories("$ENV{HOME}/ros2_ws/install/custom_interface/include") include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(cmd_vel) i tried...