You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This is a issue tracker, please use our mailing list for questions: www.pcl-users.org. ⚠️
Your Environment
Operating System and version: Ubuntu 14.04
Compiler: cmake
PCL Version: up to date with 'origin/master'
Expected Behavior
Current Behavior
After installed from source code, I can't include the header file #include <pcl/ml/dt/decision_forest_trainer.h>. Then I change it to #include <pcl/ml/decision_forest_trainer.h>. It works. But when compiling, it can't find #include <pcl/ml/dt/decision_tree.h>. Then I do cd/usr/local/include/pcl-1.8/pcl/ml. No folder named dt exists.
I think there is something wrong with the install configuration. The all header files of ml module are in the ml folder, without any other child folders. The content tree of ml is like this:
Your Environment
Expected Behavior
Current Behavior
#include <pcl/ml/dt/decision_forest_trainer.h>
. Then I change it to#include <pcl/ml/decision_forest_trainer.h>
. It works. But when compiling, it can't find #include <pcl/ml/dt/decision_tree.h>. Then I docd/usr/local/include/pcl-1.8/pcl/ml
. No folder named dt exists.decision_forest_trainer.h
writes include items like this:Many other header files have the same problem of ml module.
Possible Solution
Code to Reproduce
Context
The text was updated successfully, but these errors were encountered: