Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
TonysCousin committed Jun 26, 2023
1 parent b995e3d commit 1207651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_perception/lidar_localizer_ros2/src/ndt_matching.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ void NDTMatching::points_callback(const sensor_msgs::msg::PointCloud2::SharedPtr
predict_pose_imu_msg.pose.orientation.y = predict_q_imu.y();
predict_pose_imu_msg.pose.orientation.z = predict_q_imu.z();
predict_pose_imu_msg.pose.orientation.w = predict_q_imu.w();
RCLCPP_INFO("Reaching before predict pose imu pub");
RCLCPP_INFO(get_logger(), "Reaching before predict pose imu pub");
predict_pose_imu_pub->publish(predict_pose_imu_msg);

tf2::Quaternion predict_q_odom;
Expand Down

0 comments on commit 1207651

Please sign in to comment.