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.