Date: January 29, 2024

Topic: Bicycle Model Representation

Recall

Cars can be approximated by a bicycle model

We can steer the car (turning angle) or move forward (forward movement)

Notes

From Bicycle to Car

Approximating cars from a bicycle

Untitled

Bicycle Model Controls

Untitled

Robot Pose

Untitled

<aside> 💡 Steering angle $\alpha$ references the front wheel angle from where the car is facing, orientation $\theta$ is the angle of the car relative to the $x$-axis

</aside>


In a straight motion, we can use trigonometry to get the new position since no turning is done.

In compound motion, 2 circular tracks will be left behind

Movement

Simple Movement (Diagonal Motion)

Untitled

Compound Movement (Turning angle + forward motion)

Untitled




<aside> 📌 SUMMARY: Approximating a car with a bicycle model allows us to calculate the new offset from a center given the length of the car, orientation and the steering angle for a set distance

</aside>