Skip to content

Commit c5c4abd

Browse files
committedFeb 9, 2025
fix typo
Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>
1 parent 7d23f71 commit c5c4abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎perception/autoware_traffic_light_selector/src/traffic_light_selector_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ TrafficLightSelectorNode::TrafficLightSelectorNode(const rclcpp::NodeOptions & n
5555
std::bind(&TrafficLightSelectorNode::cameraInfoCallback, this, _1));
5656
// Publisher
5757
pub_traffic_light_rois_ =
58-
create_publisher<TrafficLightRoiArray>("output/traffict_rois", rclcpp::QoS{1});
58+
create_publisher<TrafficLightRoiArray>("output/traffic_rois", rclcpp::QoS{1});
5959
}
6060

6161
void TrafficLightSelectorNode::cameraInfoCallback(

0 commit comments

Comments
 (0)