Added
Changed
* Fixed all four `RobotModelObject.__init__` to not accept `model` input.
The model is set at `SceneObject.item` and is available from `BaseRobotModelObject.model`.
* Fixed `self.configuration` unassigned error when `RobotModelObject` is being initialized by `Scene.add()`.
* Dropped support for Python 3.8 and updated compas requirements to 2.3
* Fixed `robotmodelobject` attribute.
* Added `__deepcopy__` to `ProxyObject` to solve recursion error when RobotModel is deep copied.
Removed