Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
Importing Pointclouds from Different File Formats
Description: This tutorial shows all the different import mechanisms for MegaTreeTutorial Level: BEGINNER
CSV files in .pts format
rosrun megatree_import import_pts -t /path/to/tree_folder -c 5M /path/to/cloud.pts
pcl's .pcd format
rosrun megatree_pcl import_pcl -t /path/to/tree_folder -c 5M /path/to/cloud.pcd