Hi,
I'm building a simple 2D simulator for mobile robots, and I'd like to be able to determine the translation and rotation of a 2-wheeled simulated robot based on simple kinematics (no forces, friction etc). So, given these:
- angular velocity of each wheel (rad/s)
- wheel radius (m)
-...