Skip to content

Commit 1aedb25

Browse files
KhalilSelyanxmfcx
authored and
KhalilSelyan
committed
Update turn signals ON color
Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com> Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent 13d080b commit 1aedb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/src/signal_display.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SignalDisplay::SignalDisplay()
4747
property_top_ = new rviz_common::properties::IntProperty(
4848
"Top", 10, "Top position of the overlay", this, SLOT(updateOverlayPosition()));
4949
property_signal_color_ = new rviz_common::properties::ColorProperty(
50-
"Signal Color", QColor("25, 18, 89"), "Color of the signal arrows", this,
50+
"Signal Color", QColor(QString("#00E678")), "Color of the signal arrows", this,
5151
SLOT(updateOverlayColor()));
5252

5353
// Initialize the component displays

0 commit comments

Comments
 (0)