LouKordos / walking_controller

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

Consider seperating state update from rest of code #45

Open LouKordos opened 3 years ago

LouKordos commented 3 years ago

Consider a code structure that has separate threads updating the individual states at a fixed rate, and each controller pulls the latest value whenever it needs it.

In some cases, this might not be beneficial in terms of performance at all.