You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify why position offset is needed in velocity control mode
Added explanation that position feedback is used for:
- Joint state publishing
- Odometry calculation
- State estimation
Recommended starting with offset=0.0 for velocity control and only
adjusting if encoders show inconsistent readings between wheels.
- Any value - Whatever makes your encoders read consistently
216
+
217
+
**Important:** For differential drive velocity control, what matters most is that **both wheels use the same reference frame**. If odometry looks good, your offsets are fine!
0 commit comments