void Balancer::init()

in src/BalancerCpp.cpp [28:31]


void Balancer::init(int offset) {
    mOffset = offset;
    balance_init();  // 倒立振子制御初期化
}