Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TonysCousin committed Jun 26, 2023
1 parent 50bf99c commit b995e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core_perception/lidar_localizer_ros2/src/ndt_matching.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1114,11 +1114,11 @@ void NDTMatching::points_callback(const sensor_msgs::msg::PointCloud2::SharedPtr

RCLCPP_INFO(get_logger(), "Reaching before predict pose");
predict_pose_pub->publish(predict_pose_msg);
RCLCPP_INFO("Reaching before ndt pose pub");
RCLCPP_INFO(get_logger(), "Reaching before ndt pose pub");
ndt_pose_pub->publish(ndt_pose_msg);
// current_pose is published by vel_pose_mux
// current_pose_pub.publish(current_pose_msg);
RCLCPP_INFO("Reaching before localizer pose pub");
RCLCPP_INFO(get_logger(), "Reaching before localizer pose pub");
localizer_pose_pub->publish(localizer_pose_msg);

// Send TF _base_frame to _map_frame
Expand Down

0 comments on commit b995e3d

Please sign in to comment.