Skip to content

Commit f8c08dd

Browse files
committed
Update docs
1 parent 7698e0e commit f8c08dd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cuboid_detection/src/bbox_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Author: Avinash
2+
Author: Avinash, Heethesh
33
Version: 1.0.2
44
Date: Apr 03, 2019
55
*/

cuboid_detection/src/iterative_closest_point.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Author: Avinash
3-
Version: 1.0.1
2+
Author: Heethesh Vhavle, Avinash
3+
Version: 1.0.2
44
Date: Apr 03, 2019
55
*/
66

@@ -24,7 +24,6 @@ ros::Publisher bbox_pub;
2424
ros::Publisher template_pub;
2525
Eigen::Matrix4d icp_transform;
2626
string template_cuboid_filename;
27-
tf::TransformListener *tf_listener;
2827
sensor_msgs::PointCloud2 bbox_msg;
2928
sensor_msgs::PointCloud2 output_msg;
3029
sensor_msgs::PointCloud2 template_msg;

0 commit comments

Comments
 (0)