-
Notifications
You must be signed in to change notification settings - Fork 59
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
Renamed ignition_frame_id to gz_frame_id and fix warning #296
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Codecov Report
@@ Coverage Diff @@
## gz-sensors7 #296 +/- ##
===============================================
- Coverage 69.24% 69.19% -0.05%
===============================================
Files 35 35
Lines 3749 3753 +4
===============================================
+ Hits 2596 2597 +1
- Misses 1153 1156 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
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.
We've been bitten in the past where we deprecated something and removes tests that use the deprecated item. Could you add a test that still uses ignition_frame_id
? Otherwise, LGTM!
In the Gazebo lLibraries I would say this is not used, I will check in |
Signed-off-by: Alejandro Hernández Cordero [email protected]
🦟 Bug fix
Summary
Renamed
ignition_frame_id
togz_frame_id
and fix warningChecklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.