LouKordos / walking_controller

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

Autogenerate C++ Header from Jupyter Notebook parameters along with NLP binary #67

Open LouKordos opened 3 years ago

LouKordos commented 3 years ago

Create a NLP directory which contains both nlp.so and an auto-generated C++ header file containing the MPC parameters, such as prediction horizon length (N), time sample interval (dt) etc. Then (auto-)copy this directory over to the walking controller and include it is as the MPC configuration.

After merging all repos include the generated header directly.