Skip to content

Commit

Permalink
chore: update input topic of traffic signal in planning modules (#693)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored Aug 1, 2023
1 parent f79a59b commit d78e6e8
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 @@ -219,7 +219,7 @@ void TrafficLightPublishPanel::onInitialize()
raw_node_ = this->getDisplayContext()->getRosNodeAbstraction().lock()->get_raw_node();

pub_traffic_signals_ = raw_node_->create_publisher<TrafficSignalArray>(
"/perception/traffic_light_arbiter/traffic_signals", rclcpp::QoS(1));
"/perception/traffic_light_recognition/traffic_signals", rclcpp::QoS(1));

sub_vector_map_ = raw_node_->create_subscription<HADMapBin>(
"/map/vector_map", rclcpp::QoS{1}.transient_local(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def launch_setup(context, *args, **kwargs):
),
(
"~/input/traffic_signals",
"/perception/traffic_light_arbiter/traffic_signals",
"/perception/traffic_light_recognition/traffic_signals",
),
(
"~/input/external_velocity_limit_mps",
Expand Down

0 comments on commit d78e6e8

Please sign in to comment.