Skip to content

the default save path of log #54

Closed Answered by pattacini
jimingda asked this question in Q&A
Discussion options

You must be logged in to vote

My question is where can i find the log file of app, that i can debug my test.

The relevant part that I guess you're referring to is:

savePCL("/workspace/pc_scene.off", pc_scene);
// segment out the table and the object
pc_table = make_shared<yarp::sig::PointCloud<DataXYZRGBA>>();
pc_object = make_shared<yarp::sig::PointCloud<DataXYZRGBA>>();
table_height = Segmentation::RANSAC(pc_scene, pc_table, pc_object);
if (isnan(table_height)) {
yError() << "Segmentation failed!";
return false;
}
savePCL("/workspace/pc_table.off", pc_table);
savePCL("/works…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jimingda
Comment options

Answer selected by pattacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants