Task op ops acceleration control looks fishy

Issue #102 resolved
Kenji Hata created an issue

Shouldn't it be ddx_goal_ - ddx_ instead of just goal?

    //Obtain force to be applied to a unit mass floating about
    //in space (ie. A dynamically decoupled mass).
    data_->ddx_ = data_->ka_.array() * data_->ddx_goal_.array();
    data_->ddx_ += tmp2 + tmp1;

Comments (3)

  1. Log in to comment