-
Notifications
You must be signed in to change notification settings - Fork 277
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
Add odom_topic to diff drive #179
Conversation
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[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.
LGTM. The only small suggestion I have would be to use this in a test. Thanks for the extra docs!
Codecov Report
@@ Coverage Diff @@
## ign-gazebo2 #179 +/- ##
============================================
Coverage 62.35% 62.35%
============================================
Files 123 123
Lines 6101 6101
============================================
Hits 3804 3804
Misses 2297 2297 Continue to review full report at Codecov.
|
Signed-off-by: Nate Koenig <[email protected]>
Test added: 676e993 |
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.
Test looks good
This adds a
<odom_topic>
element to the DiffDrive system so that a custom odometry topic can be used.Signed-off-by: Nate Koenig [email protected]