COMPAS FAB v0.26.0
Added
- Added a new GH component -
ConstraintsFromTargetConfiguration
- Added some missing information to GH and V-REP docs.
- Added a
Robot().attached_tools
property to allow attaching tools to multiple planning groups simultaneously.
Changed
- Replaced icon for GH component -
ConstraintsFromPlane
Robot().attached_tool
now points to the tool attached to therobot.main_group_name
.- Added parameter
group
to theAttachToolComponent
Fixed
- Attaching a tool to a planning group doesn't overwrite the tool attached to other groups.
- Changed
Trajectory
to inherit fromcompas.data.Data
class to fix a serialization error that expects guid to be present.