Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ml module doesn't have a folder named "dt" #2191

Closed
oaix opened this issue Jan 25, 2018 · 0 comments
Closed

ml module doesn't have a folder named "dt" #2191

oaix opened this issue Jan 25, 2018 · 0 comments
Labels
kind: bug Type of issue

Comments

@oaix
Copy link

oaix commented Jan 25, 2018

⚠️ 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:
➜  ml tree
.
├── branch_estimator.h
├── decision_forest_evaluator.h
├── decision_forest.h
├── decision_forest_trainer.h
├── decision_tree_data_provider.h
├── decision_tree_evaluator.h
├── decision_tree.h
├── decision_tree_trainer.h
├── densecrf.h
├── feature_handler.h
├── fern_evaluator.h
├── fern.h
├── fern_trainer.h
├── kmeans.h
├── multi_channel_2d_comparison_feature.h
├── multi_channel_2d_comparison_feature_handler.h
├── multi_channel_2d_data_set.h
├── multiple_data_2d_example_index.h
├── pairwise_potential.h
├── permutohedral.h
├── point_xy_32f.h
├── point_xy_32i.h
├── regression_variance_stats_estimator.h
├── stats_estimator.h
├── svm.h
└── svm_wrapper.h
  • But in the file of decision_forest_trainer.h writes include items like this:
#include <pcl/ml/dt/decision_forest.h>
#include <pcl/ml/dt/decision_tree.h>
#include <pcl/ml/dt/decision_tree_trainer.h>

Many other header files have the same problem of ml module.

Possible Solution

Code to Reproduce

Context

@SergioRAgostinho SergioRAgostinho added needs: code review Specify why not closed/merged yet kind: bug Type of issue and removed needs: code review Specify why not closed/merged yet labels Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Type of issue
Projects
None yet
Development

No branches or pull requests

2 participants