Code Monkey home page Code Monkey logo

Comments (4)

BrettRD avatar BrettRD commented on June 16, 2024 1

I've found a workaround, but it's kinda ugly.

In the project root, create a folder called extra_ros_packages, and use the CMakeLists.txt file from the project root to copy it into the micro_ros component at build time:

file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/extra_ros_packages DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/components/micro_ros_espidf_component/extra_packages)

This might be viable for extra_packages.repos and does work for submodules, but I'd prefer not to have such excessive duplication.

I'll keep looking for a solution based on parameter passing.

from micro_ros_espidf_component.

donRaphaco avatar donRaphaco commented on June 16, 2024 1

I agree that it would be nice if additional ROS2 packages could be managed outside of this component.
Therefore I created this PR #83 , which makes it possible to have additional ROS2 packages in the extra_ros_packages which should be located in the IDF project's root directory.
It also also imports packages from a extra_packages.repos file, which should be located inside the extra_ros_packages folder.

from micro_ros_espidf_component.

pablogs9 avatar pablogs9 commented on June 16, 2024

I really don't know, I will check it when I have a moment. Let me know if you find a solution.

from micro_ros_espidf_component.

pablogs9 avatar pablogs9 commented on June 16, 2024

Closed by #83

from micro_ros_espidf_component.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.