We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29512b5 commit 66d8305Copy full SHA for 66d8305
cuboid_detection/src/surface_normal_estimation.cpp
@@ -80,7 +80,7 @@ void convert_icp_eigen_to_tf(Eigen::Matrix4f Tm)
80
transform.setRotation(quaternion);
81
82
// Broadcast the transforms
83
- tf::TransformBroadcaster br;
+ static tf::TransformBroadcaster br;
84
85
br.sendTransform(tf::StampedTransform(transform, ros::Time::now(), "camera_depth_frame", "cuboid_frame"));
86
}
0 commit comments