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

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.

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.