Skip to content

Commit

Permalink
fix(autoware_pose_covariance_modifier): fix funcArgNamesDifferent (#8007
Browse files Browse the repository at this point in the history
)

fix:funcArgNamesDifferent

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Jul 21, 2024
1 parent 314f9ae commit b174281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PoseCovarianceModifierNode : public rclcpp::Node
rclcpp::Publisher<std_msgs::msg::Float64>::SharedPtr pub_double_gnss_position_stddev_;

void callback_gnss_pose_with_cov(
const geometry_msgs::msg::PoseWithCovarianceStamped::ConstSharedPtr & msg);
const geometry_msgs::msg::PoseWithCovarianceStamped::ConstSharedPtr & msg_pose_with_cov_in);

void callback_ndt_pose_with_cov(
const geometry_msgs::msg::PoseWithCovarianceStamped::ConstSharedPtr & msg_pose_with_cov_in);
Expand Down

0 comments on commit b174281

Please sign in to comment.