Skip to content

Commit

Permalink
feat: add an env variable to enable the new rviz2 theme (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#1017)

Signed-off-by: KhalilSelyan <[email protected]>
  • Loading branch information
KhalilSelyan authored Sep 12, 2024
1 parent 3015fa9 commit 42ba6ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
args="-d $(var rviz_config) -s $(find-pkg-share autoware_launch)/rviz/image/autoware.png"
if="$(var rviz)"
respawn="$(var rviz_respawn)"
/>
>
<env name="QT_QPA_PLATFORMTHEME" value="qt5ct"/>

Check warning on line 135 in autoware_launch/launch/autoware.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (PLATFORMTHEME)
</node>
</group>
</launch>

0 comments on commit 42ba6ab

Please sign in to comment.