Skip to content

Commit

Permalink
Merge pull request #412 from tier4/fix/rviz_plugin
Browse files Browse the repository at this point in the history
fix(*_rviz_plugin): the timing of updating
  • Loading branch information
shmpwk authored May 9, 2023
2 parents b6ae4cf + 747c00e commit aa0c6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/rtc_manager_rviz_plugin/src/rtc_manager_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ void RTCManagerPanel::onRTCStatus(const CooperateStatusArray::ConstSharedPtr msg
}
cnt++;
}
rtc_table_->update();
}
} // namespace rviz_plugins

Expand Down
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 aa0c6ec

Please sign in to comment.