Skip to content

Commit a87d0a3

Browse files
remove output
1 parent 7d22570 commit a87d0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extended_object_detection_node/eod_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ void EOD_ROS::rgbd_info_cb(const sensor_msgs::ImageConstPtr& rgb_image, const se
233233

234234

235235
void EOD_ROS::detect(const eod::InfoImage& rgb, const eod::InfoImage& depth, std_msgs::Header header){
236-
ROS_INFO("Detecting...");
236+
//ROS_INFO("Detecting...");
237237
if( frame_sequence != 0 ){
238238
detect_rate_values->push_back((ros::Time::now() - prev_detected_time).toSec());
239239
}

0 commit comments

Comments
 (0)