Skip to content

Commit

Permalink
fix(rviz_plugin): fx traffic light and velocity factor rviz plugin (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#3598)

fix(rviz_plugin); fx traffic light and velocity factor rviz plugin
  • Loading branch information
taikitanaka3 authored and shmpwk committed May 9, 2023
1 parent 6719e63 commit 747c00e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ void TrafficLightPublishPanel::onTimer()
traffic_table_->setCellWidget(i, 3, status_label);
traffic_table_->setCellWidget(i, 4, confidence_label);
}
traffic_table_->update();
}

void TrafficLightPublishPanel::onVectorMap(const HADMapBin::ConstSharedPtr msg)
Expand Down

0 comments on commit 747c00e

Please sign in to comment.