LouKordos / walking_controller

The main walking controller code for the Bipedal Robot.
13 stars 2 forks source link

Split code into smaller files to parallelize compilation and improve readability #21

Open LouKordos opened 3 years ago

LouKordos commented 3 years ago

General enhancement, try splitting larger code pieces into separate modules to decrease compilation time, make code testable and improve readability.