Skip to content

Commit 9501336

Browse files
committed
Changed names of tf parent and child
1 parent 66d8305 commit 9501336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuboid_detection/src/surface_normal_estimation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void convert_icp_eigen_to_tf(Eigen::Matrix4f Tm)
8282
// Broadcast the transforms
8383
static tf::TransformBroadcaster br;
8484

85-
br.sendTransform(tf::StampedTransform(transform, ros::Time::now(), "camera_depth_frame", "cuboid_frame"));
85+
br.sendTransform(tf::StampedTransform(transform, ros::Time::now(), "camera_depth_optical_frame", "estimated_cuboid_frame"));
8686
}
8787

8888
void coefficients_callback(const pcl_msgs::ModelCoefficients& input)

0 commit comments

Comments
 (0)