Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HiDPI issues #4

Closed
WysokiStudent opened this issue Nov 20, 2020 · 1 comment
Closed

HiDPI issues #4

WysokiStudent opened this issue Nov 20, 2020 · 1 comment

Comments

@WysokiStudent
Copy link

It seems that gazebo is not too friendly with high DPI displays. Only the upper left part of the view shows the scene, the rest of the view is unrendered garbage. This was noted before in gazebosim/gazebo-classic#2688.

I can confirm that running gazebo with the following env parameter fixes the issue.
QT_SCREEN_SCALE_FACTORS=[1.0]
In the comments of the aforementioned issue the proposed solution is to wrap gzclient in a script.

Copy-paste example:
TURTLEBOT3_MODEL=burger QT_SCREEN_SCALE_FACTORS=[1.0] roslaunch turtlebot3_gazebo turtlebot3_world.launch

@acxz
Copy link
Member

acxz commented Nov 21, 2020

Hey @WysokiStudent thanks for letting us know, but I'm afraid this is an issue on the user end.
I suggest you add this to the HiDPI ArchWiki article under a section called Gazebo.

SInce your concern is not related to ros-noetic-gazebo-ros I'll go ahead and close this issue.

@acxz acxz closed this as completed Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants