NOSALRO / robot_dart

RobotDART: a versatile robot simulator for robotics and machine learning researchers
https://nosalro.github.io/robot_dart/
BSD 2-Clause "Simplified" License
45 stars 25 forks source link

Status bar not present on MacOS #205

Closed c-joly closed 1 week ago

c-joly commented 3 months ago

Hi @costashatz, here is in issue linked to the review https://github.com/openjournals/joss-reviews/issues/6771

I found a minor bug when launching the examples with GRAPHIC ON on MacOS 14.5 (Arm64). The status bar, which should be at the bottom of the window is not present (completely black). It might be a bug due to the lack of support of OpenGL for MacOS (it works well on Ubuntu).

If this bug cannot be solved easily, can you mention in the documentation that the status bar may not appear on MacOS? (Since the FAQ has a complete paragraph to describe what we can find in the status bar...)

costashatz commented 1 month ago

This is connected to #204 and the HiDPI scaling issue. For now, I will add some information about this in the docs.

costashatz commented 1 week ago

This should be fixed by https://github.com/NOSALRO/robot_dart/commit/9412aa2936e6f331431708d2c4d04ee8af635463 (and see https://github.com/NOSALRO/robot_dart/issues/223). @c-joly let me know if I forgot something.