Chai cVector cMatrix Eigen Conversion

Issue #75 resolved
geraldb created an issue

We should have functions to convert from Eigen to Chai data types instead of 100 x

Eigen::Vector3d& tmp_ref = db_->s_gui_.ui_point_[it->ui_pt_];
it->chai_pos_des_->setLocalPos(tmp_ref(0),tmp_ref(1),tmp_ref(2));

this would make the code a lot cleaner

Comments (4)

  1. Samir Menon repo owner

    Chai still has eigen support. It's a bit buggy for now. You can re-enable it by setting C_USE_EIGEN in the compiler flags. I'm not using that setting as a default till the chai version stabilizes.

  2. Log in to comment