Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Iron] Add new node interface TypeDescriptionsInterface to provide GetTypeDescription service (backport #2224) #2236

Merged
merged 5 commits into from
Jul 18, 2023

Commits on Jul 7, 2023

  1. Add new node interface TypeDescriptionsInterface to provide GetTypeDe…

    …scription service (ros2#2224)
    
    * TypeDescriptions interface with readonly param configuration
    
    * Add parameter descriptor, to make read only
    
    * example of spinning in thread for get_type_description service
    
    * Add a basic test for the new interface
    
    * Fix tests with new parameter
    
    * Add comments about builtin parameters
    
    Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
    Signed-off-by: William Woodall <william@osrfoundation.org>
    emersonknapp committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    190f307 View commit details
    Browse the repository at this point in the history
  2. Hide new member for ABI stability

    Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
    emersonknapp committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    75e180c View commit details
    Browse the repository at this point in the history
  3. Add typedescription interface smoke test

    Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
    emersonknapp committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1d8c616 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. include what you use

    Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
    emersonknapp committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    037b8db View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Add more detailed doc comments on BackportMembers, slight name change

    Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
    emersonknapp committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ea2db31 View commit details
    Browse the repository at this point in the history