Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 committed Aug 27, 2024
1 parent 3340053 commit 45cd6ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions aruco_camera_pose_estimator_cpp/src/pose_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@ void PoseService::get_camera_pose_service_callback(
}
// unsubscribe from the camera topic
image_processor_node_->sub_.reset();

// node_executor_.remove_node(image_processor_node_);
RCLCPP_INFO(this->get_logger(), "Mean pose computed correctly after %d "
"observations",
image_processor_node_->idx_);
RCLCPP_INFO(this->get_logger(), "Mean pose computed correctly");
get_camera_pose(mean_tvec_, mean_quat_, response->camera_pose);
response->camera_pose.header.frame_id = this->get_parameter("frame_id").as_string();
response->camera_pose.header.stamp = this->get_clock()->now();
Expand Down

0 comments on commit 45cd6ff

Please sign in to comment.