Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 00:50
· 29 commits to main since this release

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