Chapter 5. Path Planning and Your Biped
Now that your biped is up and mobile and able to find barriers, you can now start to have it move around autonomously. However, you'll want to have your robot planed his path, that is, if it knows where it has started and the desired end point, it can move from the starting point to the end point.
In this chapter, you will be learning about:
- How to add a compass to your biped, so you'll have a sense of direction
- Learning some basic path planning techniques for your robot