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

Move rosidl_cmake Python module to a new package rosidl_pycommon #696

Merged
merged 3 commits into from
Aug 10, 2022

Commits on Aug 1, 2022

  1. Move common Python functions into new package

    Deprecate the Python module in rosidl_cmake and move the implementation to the new package rosidl_pycommon.
    
    This works towards removing a dependency on rosidl_cmake in generator packages.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    dc8a4b1 View commit details
    Browse the repository at this point in the history
  2. Replace rosidl_cmake imports with rosidl_pycommon

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6876438 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Lint

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1b49fb7 View commit details
    Browse the repository at this point in the history