Skip to content

Commit

Permalink
Rename function argument detected_object to detected_objects
Browse files Browse the repository at this point in the history
Signed-off-by: yamacir-kit <[email protected]>
  • Loading branch information
yamacir-kit committed Feb 29, 2024
1 parent 7eb9ae5 commit 33e4dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ struct CustomNoiseApplicator : public DefaultNoiseApplicator
This class inherits from DefaultNoiseApplicator, so you can use its data
members, or you can explicitly call DefaultNoiseApplicator::operator().
*/
// auto operator()(autoware_auto_perception_msgs::msg::DetectedObjects detected_object)
// auto operator()(autoware_auto_perception_msgs::msg::DetectedObjects detected_objects)
// -> decltype(auto)
// {
// return detected_objects;
Expand Down

0 comments on commit 33e4dd7

Please sign in to comment.