📄️ Differential Drive Robot Model
A robot model can describe the relations between control inputs and the robot state, in the case of differential drive mobile robot, it tells us how robot moves based on the given wheel speed.
📄️ Forward Kinematics
Forward kinematics can be used for odometry calculation in mobile robots, we can estimate the new pose of the robot from wheel encoder measurements.