borntoleave / catMini

This is the course repository for catMini.
51 stars 39 forks source link

Functional explanation #1

Open correderadiego opened 6 years ago

correderadiego commented 6 years ago

It would be great to create a functional definition with the basic working modes of the robot. I am thinking about a description of the different walking modes and what to do in each mode. I have realized that it has declared from line 73 to 93 but I would need further explanation.

borntoleave commented 6 years ago

I'm shrinking the bytes of code by using abbreviations for different gaits.

Full gait names are now added to catMini.ino, after those abbreviations.

The control could be organized in another way, such as:

Different gait modes are the servo angles in different time frames and are periodical. They are derived with my algorithm stored elsewhere.