Skip to content

Missing equivalent to ament_index_register_resource(<resource_type> CONTENT <content>) #40

Description

@tomkimsour

Ament index in cmake can be used to register new ressources like plugins or any type that you want to define. Not just packages.
It's an essential feature when working with different packages that all look for the same type of ressources accross the system. I believe that this crate should be the one that handles where to put these files in the install folder

For reference : https://github.com/ament/ament_cmake/blob/galactic/ament_cmake_core/cmake/index/ament_index_register_resource.cmake

I saw that the package only registers the package as a ament ressource and allows the developer to add files in the share folder but not in the index folder.

My proposal is the implementation here which allows for indexing a ressource in the index folder : #39

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions