Releases: compas-dev/compas_robots
Releases · compas-dev/compas_robots
v0.6.0
v0.5.0
Added
Changed
- Fixed all four
RobotModelObject.__init__
to not acceptmodel
input.
The model is set atSceneObject.item
and is available fromBaseRobotModelObject.model
. - Fixed
self.configuration
unassigned error whenRobotModelObject
is being initialized byScene.add()
. - Dropped support for Python 3.8 and updated compas requirements to 2.3
- Fixed
robotmodelobject
attribute. - Added
__deepcopy__
toProxyObject
to solve recursion error when RobotModel is deep copied.
Removed
v0.4.0
Added
- Added support for
compas_viewer
Changed
Removed
v0.3.0
Added
Changed
- Moved private methods
_get_file_format
and_mesh_import
tocompas_robots.resources
and made them public (get_file_format
andmesh_import
).
Removed
v0.2.3
Added
Changed
- Fixed bug in
RobotModelObject
caused by non-existentcompas_rhino.rs
. Replaced withimport rhinoscriptsyntax as rs
. - Allow no
support_package
inLocalPackageMeshLoader
Removed
v0.2.2
Added
Changed
- Fixed bug in URDF serialization of colors.