-
Notifications
You must be signed in to change notification settings - Fork 529
Parameterized diff_drive_controller's odom_frame_id #205
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Parameterized diff_drive_controller's odom_frame_id #205
Conversation
May I ask you to provide 2 tests as well? Updating the diff drive wiki should also be in order. |
Sorry, just so I'm sure I understand the tests you're asking for -- by topic do you mean frame id? Currently working on:
|
Tests implemented, and passing. |
ros::Duration(0.1).sleep(); | ||
} | ||
|
||
// zero everything before 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.
optional: you don't need to zero anything for this test
Just some minor comments related with the test. I think it's good to have the ability to set the odometry frame_id, as in 👍 @tappan-at-git Let us know if you either address my minor comments or not, to merge this. |
Changes made! |
👍 here too |
Thanks! Let's merge this 🎉 |
Parameterized diff_drive_controller's odom_frame_id
Thanks for your contribution Eric! |
No problem! 🎉 Is there a good way to keep track of the release cycle so I can make sure the new feature gets documented on the wiki once it hits? |
Not really. You can check back to see if there are new tags with release
|
Addressing issue #204, made odom_frame_id_ a parameter-driven value for diff_drive_controllers.