-
Notifications
You must be signed in to change notification settings - Fork 384
Mecanum Drive: Populate the pose covariance matrix #1772
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
base: master
Are you sure you want to change the base?
Mecanum Drive: Populate the pose covariance matrix #1772
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1772 +/- ##
=======================================
Coverage 86.38% 86.39%
=======================================
Files 123 123
Lines 12240 12241 +1
Branches 1024 1024
=======================================
+ Hits 10574 10575 +1
Misses 1348 1348
Partials 318 318
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
The change looks good, please help add a test. |
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.
This is good,but let's add test as @christophfroehlich mentioned.
@destogl is it enough to just modify one of the existing tests to catch this? Eg: just update one of these two lines ros2_controllers/mecanum_drive_controller/test/mecanum_drive_controller_params.yaml Lines 19 to 20 in e1f5116
ros2_controllers/mecanum_drive_controller/test/mecanum_drive_controller_params.yaml Lines 40 to 41 in e1f5116
|
this is not enough because there is no test for checking the values ;) This can be added to |
During recent testing I noticed that the pose covariance matrix was not being populated in the mecanum drive controller. This PR is to populate the covariance matrix in the message using the coordinating parameters in the same way that the twist covariance matrix is populated.
Once this is merged I do want to get it backported, I'm not certain what the process is for that.