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

Add service_msgs package #143

Merged
merged 12 commits into from
Feb 2, 2023
Merged

Add service_msgs package #143

merged 12 commits into from
Feb 2, 2023

Commits on Jan 12, 2023

  1. add service msgs package

    Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
    ihasdapie authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    632d0aa View commit details
    Browse the repository at this point in the history
  2. remove service_name & event_name as per REP

    Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
    ihasdapie authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b91d0ab View commit details
    Browse the repository at this point in the history
  3. refactor: use rosidl_core_runtime for messages action_msgs depends on

    Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
    ihasdapie authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    403e320 View commit details
    Browse the repository at this point in the history
  4. fix rebase conflict error

    Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
    ihasdapie authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5e25b27 View commit details
    Browse the repository at this point in the history
  5. Remove CHANGELOG.rst

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    fc81901 View commit details
    Browse the repository at this point in the history
  6. Update README

    * Add useful links to info about services and REP 2012
    * Minor refactoring
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    166aace View commit details
    Browse the repository at this point in the history
  7. Update quality declaration

    * Minor wording changes
    * Remove/replace dead links
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    244241a View commit details
    Browse the repository at this point in the history
  8. Update version to match other packages in this repository

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d19ff66 View commit details
    Browse the repository at this point in the history
  9. Update CMakeLists.txt

    * Add stricter compile options
    * Add comment describing why we use 'core' generators instead of 'default'
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    33ca885 View commit details
    Browse the repository at this point in the history
  10. Remove action_msgs package.xml dependency on service_msgs

    Technically, it is not a dependency. Only a dependency on actual action interfaces being generated.
    This dependency should probably be exported by rosidl_defaults
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5182843 View commit details
    Browse the repository at this point in the history
  11. Add service_msgs dependency to action_msgs

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno authored and clalancette committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    99e30a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Remove UUID dependency.

    That is, this field should be a GID, not a UUID (even though
    they happen to be the same length).
    
    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b8d7674 View commit details
    Browse the repository at this point in the history