-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
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 to add in main/cmakelist.txt. But that will not work as well
Metadata
Metadata
Assignees
Labels
No labels