Open sugihara-16 opened 1 year ago
I made external wrench estimation in Dragon' controller a common feature.
wrench_estimate_flag
controlCore()
setTargetWrenchAccCog()
support wrench estimation for LQI controller
What is this
I made external wrench estimation in Dragon' controller a common feature.
Usage
wrench_estimate_flag
in the controller config as true.controlCore()
usingsetTargetWrenchAccCog()
. You can see the example for activation in commit 3f13c20.