-
Notifications
You must be signed in to change notification settings - Fork 445
set and reset odometry service additions - diff drive controller #2096
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?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2096 +/- ##
==========================================
+ Coverage 84.79% 84.87% +0.07%
==========================================
Files 151 151
Lines 14607 14684 +77
Branches 1266 1267 +1
==========================================
+ Hits 12386 12463 +77
Misses 1763 1763
Partials 458 458
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
christophfroehlich
left a comment
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.
What I am wondering about: Should we use a custom service type to be able to configure the reset value of the odometry? So we could set the robot to a custom position instead of 0/0/0.
|
That sounds like a nice feature. Shall i start working on it starting with tricycle? |
|
We plan to integrate tricycle_controller into the steering controller lib and deprecate it (at least before ROS-L is the goal) -> Let's don't spend too much time on it, but when we add this service to the the other controllers we could use the new service. The service definition can be added to control_msgs. |
adds service to reset odometry, works similar to the updated one in tricycle controller. Addressing the issue. Key additions: