Skip to content

Commit 47f847f

Browse files
authored
fix(traffic_light_visualization): fix funcArgNamesDifferent (#8156)
fix:funcArgNamesDifferent Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent 7eb0ffc commit 47f847f

File tree

1 file changed

+2
-2
lines changed
  • perception/autoware_traffic_light_visualization/src/traffic_light_map_visualizer

1 file changed

+2
-2
lines changed

perception/autoware_traffic_light_visualization/src/traffic_light_map_visualizer/node.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ namespace autoware::traffic_light
3131
class TrafficLightMapVisualizerNode : public rclcpp::Node
3232
{
3333
public:
34-
explicit TrafficLightMapVisualizerNode(const rclcpp::NodeOptions & options);
34+
explicit TrafficLightMapVisualizerNode(const rclcpp::NodeOptions & node_options);
3535
~TrafficLightMapVisualizerNode() = default;
3636
void trafficSignalsCallback(
3737
const autoware_perception_msgs::msg::TrafficLightGroupArray::ConstSharedPtr
38-
input_traffic_signals_msg);
38+
input_traffic_signals);
3939
void binMapCallback(const autoware_map_msgs::msg::LaneletMapBin::ConstSharedPtr input_map_msg);
4040

4141
private:

0 commit comments

Comments
 (0)