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 msg/srv from rosapi and rosbridge_library into separate packages; enable Rolling in CI #665

Merged
merged 1 commit into from
Oct 15, 2021

Conversation

jtbandes
Copy link
Member

@jtbandes jtbandes commented Oct 11, 2021

Public API Changes
The msg and srv interfaces under rosapi are moving to a new package rosapi_msgs. The ones from rosbridge_library were used only for testing and are moving to a new package rosbridge_test_msgs. The intent will be, if possible, to add rosapi_msgs to the ROS distros, but not rosbridge_test_msgs. It sounds like this may not be possible based on ros2/rosidl_python#141 (comment).

Description
Fixes #581. Closes #602.
Due to a change in rosidl_python, the generated python packages containing msg classes were conflicting with the python package these libraries export (ros2/rosidl_python#141). The solution recommended by @clalancette in that thread was to split these definitions into separate packages.

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.

[Build fails] rosapi: targets with same name
2 participants