LouKordos / walking_controller

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

Seperate MPC from main controller, similar to Leg.cpp #14

Open LouKordos opened 3 years ago

LouKordos commented 3 years ago

Modularize the code for MPC, for example by creating MPCState and MPC classes, that manage everything related to the Model-Predictive-Control. The main controller.cpp should not contain any of this code.