Skip to content

Commit 7fe1e36

Browse files
authored
fix(traffic_light_map_based_detector): fix funcArgNamesDifferent (#8155)
fix:funcArgNamesDifferent Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent 8b481cc commit 7fe1e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/autoware_traffic_light_map_based_detector/src/traffic_light_map_based_detector_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class MapBasedDetector : public rclcpp::Node
182182
const std::vector<tf2::Transform> & tf_map2camera_vec,
183183
const image_geometry::PinholeCameraModel & pinhole_camera_model,
184184
const lanelet::ConstLineString3d traffic_light, const Config & config,
185-
tier4_perception_msgs::msg::TrafficLightRoi & roi) const;
185+
tier4_perception_msgs::msg::TrafficLightRoi & out_roi) const;
186186
/**
187187
* @brief Publish the traffic lights for visualization
188188
*

0 commit comments

Comments
 (0)