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

Break rosidl_defaults into rosidl_core and rosidl_defaults #23

Closed
wants to merge 4 commits into from

Commits on Aug 2, 2022

  1. Create rosidl_core_generators

    Move contents of rosidl_default_generators into the new package.
    This package is contains dependencies for code generation of ROS messages.
    rosidl_default_generators now depends on the new package, plus message definitions required for Actions (namely action_msgs).
    
    This allows users to avoid having to explictly depend on action_msgs.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8a103ff View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. move core_generators to new repo

    Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
    ihasdapie committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    76c6af1 View commit details
    Browse the repository at this point in the history
  2. export service and action_msgs

    Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
    ihasdapie committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bdb06a8 View commit details
    Browse the repository at this point in the history
  3. break rosidl_default_runtime into rosidl_core_runtime and rosidl_defa…

    …ult_runtime
    
    Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
    ihasdapie committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ae9fada View commit details
    Browse the repository at this point in the history