micro-ROS / micro-ROS/micro_ros_espidf_component

Custom interface in micro ros

Open
#304 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
419
Forks
124
Avg merge
21h 35m
Merged PRs (30d)
3

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the root CMakeLists.txt and main/CMakeLists.txt, then inspect how the ESP-IDF component registers include directories and dependencies. Verify the custom_interface include path and document a working configuration for creating and using a custom interface in the micro-ROS ESP-IDF component.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, cmake
Domain
build-system, embedded-iot
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.