python/hitl/run_sim.py
@@ -774,6 +774,7 @@ (height if height > 0 else 1.0) + pad_y * 2.0, ) self.scene.setSceneRect(scene_rect) self.view.fitInView(scene_rect, QtCore.Qt.KeepAspectRatio) def _append_log(self, text: str): self.log_view.appendPlainText(text)