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

bfl is a Filtering library which is used in some things like the navigation stack. You probably don't need it, you can just remove it from your workspace and move on:

$ rm -rf /path/to/workspace/src/bfl

Additionally, pcl* is known not to compile currently, so remove it too for now:

$ rm -rf /path/to/workspace/src/pcl*

If you really need bfl to work, I suggest emailing the maintainer since an issue tracker is not listed for it.