You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.