I really want to know how to determine formulas for velocity in a differential drive? I found these formulas that work for me:
$$v_r = \frac{(2 \cdot v) + (w \cdot L)}{2 \cdot R}$$ $$v_l = \frac{(2 \cdot v) - (w \cdot L)}{2 \cdot R}$$ But even knowing kinematics of differentail robot, I don't know how to solve this to achive velocity foreach wheel. Here is kinematics: differential drive unicycle model
Thanks for your help.