-
Notifications
You must be signed in to change notification settings - Fork 61
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
Check message definition updates automatically #1204
Conversation
Checklist for reviewers ☑️All references to "You" in the following text refer to the code reviewer.
|
Please add dependency of python script to the pyproject.toml |
I forgot that this project uses Poetry. I fixed pyproject.toml and workflow |
I will check this workflow by act. Please merge after my check. |
OK, I checked this workflow works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@f0reachARR Thanks a lot!
Description
Abstract
This PR will add some Actions workflow to track updates of ROS 2 message definition(msgs) files.
Background
When msgs changes, we sometimes need to modify simulator to adopt these changes.
The change could not be known until someone on the team noticed.
Therefore, This PR will establish a workflow for automatic notification of changes.
Details
git log
commandDestructive Changes
None
Known Limitations
The script does not scan ROS 2 official msgs. It will scan autoware msgs.