Releases: compas-dev/compas_fab
Releases · compas-dev/compas_fab
COMPAS FAB 1.1.4
Added
Changed
- Fix CI workflow for release publishing.
Removed
COMPAS FAB 1.1.3
Added
Changed
- Replaced the deprecated
draw_framefunction withframe_to_rhino_planein the Visualize Trajectory GhPython component to restore correct frame visualization.
Removed
COMPAS FAB 1.1.2
Added
Changed
Removed
COMPAS FAB 1.1.0
Added
Changed
- Made
pybulletentirely optional. To installpybullet, usepip install compas_fab.[pybullet]or installpybulletmanually.
Removed
COMPAS FAB 1.0.5
Added
Changed
- Rhino CPython support: change
pybulletto be optional requirements inside Rhino.
Removed
COMPAS FAB 1.0.4
Added
Changed
Removed
COMPAS FAB 1.0.2
Added
Changed
- Raise
BackendFeatureNotSupportedErrorexceptions when a features is not supported by the planner, instead of genericException.
Removed
COMPAS FAB 1.0.1
Added
Changed
Removed
COMPAS FAB v0.28.0
Added
- Added
Forward KinematicsGH component.
Changed
- Updated install process of GH components.
- Added caching to the GH component that visualizes scene, to avoid retrieving the whole scene too often.
Fixed
- Fixed pre-Noetic support on the MoveIt planner when a tool is attached to the robot.
COMPAS FAB v0.27.0
Added
- Added support for attached and non-attached collision mesh visualization to the
Robot VisualizeGH component. - Added a prefix to all GH components.
- Added
appendto the operations of theCollision MeshGH component.
Changed
- Changed behavior of
Attach ToolGH component to only attach the tool but not add it to the planning scene state. - Duration class takes floats as
secvariable. - Changed the behavior of
forward_kinematics,inverse_kinematics,iter_inverse_kinematics,plan_cartesian_motionand constraints construction methods (orientation_constraint_from_frame,position_constraint_from_frame,constraints_from_frame) inRobotclass to use the frame of the attached tool if a tool is attached. This behavior can be reverted back (ie. only calculate T0CF) using the flaguse_attached_tool_frameof all these methods.
Fixed
- Fixed DH params for analytical IK solver of UR3e and UR10e.
- Fixed Kinetic support on IK, FK, and motion planning calls.
- Fixed
Publish to topicGrasshopper component when theros_clienthas been replaced (eg. disconnected and reconnected). - Fixed usage of
tangent_points_to_circle_xyin Spherica Wrist solver to work with COMPAS v1.16 and older.