ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Well I figured it out but I figured I'd post it up here in case anyone else runs into this issue. Even though inverse() is part of the MatrixXd type you still need to include <eigen lu=""> for it to complete the type and allow it to compile. (I only had <eigen core=""> included)

Well I figured it out but I figured I'd post it up here in case anyone else runs into this issue. Even though inverse() is part of the MatrixXd type you still need to include <eigen lu=""> Eigen/LU for it to complete the type and allow it to compile. (I only had <eigen core=""> Eigen/Core included)