Kris Hauser

Results 4 issues of Kris Hauser

When adding or reconfiguring sensors in a RobotModel, the changes are not saved to disk on RobotModel.saveFile() or WorldModel.saveFile().

When a robot has per-vertex/per-face colors and its configuration is edited, the colors are not adequately reverted back to their original values after the mouse leaves the hover state.

If you are using the opencv-python library on Linux, there will be a [problem with PyQt5](https://stackoverflow.com/questions/68417682/qt-and-opencv-app-not-working-in-virtual-environment). The workaround is as follows: ``` import cv2 from PyQt5.QtCore import QLibraryInfo import os...