Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Jun 7, 2024
1 parent 59186f3 commit ffcfd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ament_auto_add_library(autoware_crosswalk_traffic_light_estimator SHARED
)

rclcpp_components_register_node(autoware_crosswalk_traffic_light_estimator
PLUGIN "autoware_crosswalk_traffic_light_estimator::CrosswalkTrafficLightEstimatorNode"
PLUGIN "autoware::crosswalk_traffic_light_estimator::CrosswalkTrafficLightEstimatorNode"
EXECUTABLE crosswalk_traffic_light_estimator_node
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ class CrosswalkTrafficLightEstimatorNode : public rclcpp::Node
std::shared_ptr<DebugPublisher> pub_processing_time_;
};

} // napespace autoware::crosswalk_traffic_light_estimator
} // namespace autoware::crosswalk_traffic_light_estimator

#endif // AUTOWARE_CROSSWALK_TRAFFIC_LIGHT_ESTIMATOR__NODE_HPP_

0 comments on commit ffcfd03

Please sign in to comment.