Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshikiNakamura0412 committed Aug 24, 2024
1 parent 9ba0991 commit d351bc8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pc_extractor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* @file pc_extractor.cpp
* @author amsl
* @brief Point cloud extractor class
* @copyright Copyright (c) 2024
*/

#include <pcl/filters/passthrough.h>
#include <pcl_ros/point_cloud.h>
#include <pcl_ros/transforms.h>
Expand Down
7 changes: 7 additions & 0 deletions src/pc_merger.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* @file pc_merger.cpp
* @author amsl
* @brief Point cloud merger class
* @copyright Copyright (c) 2024
*/

#include <pcl_ros/point_cloud.h>
#include <pcl_ros/transforms.h>
#include <ros/ros.h>
Expand Down
7 changes: 7 additions & 0 deletions src/realsense_outlier_removal_filter.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* @file realsense_outlier_removal_filter.cpp
* @author amsl
* @brief Realsense outlier removal filter class
* @copyright Copyright (c) 2024
*/

#include <pcl/filters/passthrough.h>
#include <pcl/filters/random_sample.h>
#include <pcl/filters/statistical_outlier_removal.h>
Expand Down

0 comments on commit d351bc8

Please sign in to comment.