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

Conversation

jacobperron
Copy link
Member

This decouples the common Python module from the package providing the cmake entrypoint.

Part of an effort to de-tangle the rosidl dependency graph and remove a dependency loop wrt to action_msgs.

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>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Copy link
Contributor

@hidmic hidmic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes total sense to me, pending green CI.

We could also have tests for rosidl_pycommon now :)

@jacobperron
Copy link
Member Author

We could also have tests for rosidl_pycommon now :)

+1, I was actually thinking about doing that. Maybe in a follow-up PR to keep the changes logically separate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants