ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Foun the problem, used Eigen in one of my classes and the Eigen namespace (Matrix type) collides with BFL. So removing
using namespace Eigen;
solved the >700 compile errors.
2 | No.2 Revision |
Foun Found the problem, used Eigen in one of my classes and the Eigen namespace (Matrix type) collides with BFL. So removing
using namespace Eigen;
solved the >700 compile errors.