Skip to content

Commit

Permalink
type fixed
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Macenski <[email protected]>
Signed-off-by: GoesM <[email protected]>
  • Loading branch information
GoesM and SteveMacenski authored May 7, 2024
1 parent 9538f42 commit 28511d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_util/include/nav2_util/validate_messages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ bool validateMsg(const geometry_msgs::msg::PoseWithCovariance & msg)
return true;
}

bool validateMsg(const geometry_msgs::PoseWithCovarianceStamped_ & msg)
bool validateMsg(const geometry_msgs::msg::PoseWithCovarianceStamped & msg)
{
// check sub-type
if (!validateMsg(msg.header)) {return false;}
Expand Down

0 comments on commit 28511d8

Please sign in to comment.