Skip to content

Commit 3e52205

Browse files
author
KhalilSelyan
committed
feat: update speed data in speed_limit_display as well
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent 31bdd75 commit 3e52205

File tree

1 file changed

+1
-0
lines changed
  • common/autoware_overlay_rviz_plugin/autoware_vehicle_overlay_rviz_plugin/src

1 file changed

+1
-0
lines changed

common/autoware_overlay_rviz_plugin/autoware_vehicle_overlay_rviz_plugin/src/signal_display.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ void SignalDisplay::updateSpeedData(
297297

298298
if (speed_display_) {
299299
speed_display_->updateSpeedData(msg);
300+
speed_limit_display_->updateSpeedData(msg);
300301
queueRender();
301302
}
302303
}

0 commit comments

Comments
 (0)