The format is based on Keep a Changelog,
- Updated dependencies, switched to Python 3.11.
- Minor changes to ObjectTypes.
- New ObjectTypes for simulated operations.
KinectAzure
ObjectType is now imported fromsrc/python/arcor2_kinect_azure_data/object_types/kinect_azure.py
.
- Compatibility with
arcor2_kinect_azure:0.6.0
. - Default url for Kinect.
- Marked as a stable version.
- Switched to Python 3.10, updated dependencies.
- Default url was missing for
ConveyorBelt
.
- No need to enter the Dobot model/port - both are now set when starting the service.
- Fixed upload of URDF files (
arcor2
).
pick
andplace
actions now havesafe_approach
,safe_pick
/safe_place
andvelocity
parameters.
- Support for Dobot conveyor belt.
- There is a new Object Type
ConveyorBelt
. - The
url
in settings should point to the Dobot service (same url as forDobotMagician
).
- There is a new Object Type
- Changes regarding updated signatures of
Robot
methods (__init__
,move_to_pose
,robot_joints
). - Kinect mesh fixed (some empty geometries removed).
- Dobot Magician materials removed from URDF.
- Default values for url fields of object parameters.
- Added docstrings to some actions.
- Added mesh for KinectAzure.
- Object types now use a mixin to share the common code.
- State controller paths are now consistent.
- Dobot M1 does not have IK/FK so far
- Signatures of some robot methods.
- Added temporal workaround to
AbstractDobot/pick
.
pick
/place
actions.- Hand teaching mode.
- During initialization, stop the Dobot service if already started.
- Raise exception on
safe=True
(not supported).
- ObjectTypes are now just proxies to the Dobot service.
- Added the mandatory
an
parameter to all actions.
- Dobot M1 model (rotation of parts).
- Various fixes regarding
DobotMagician
andDobotM1
. KinectAzure
ObjectType was added.
- ARCOR2 dependency updated
- Package is now part of the arcor2 monorepo.
- Support for Dobot M1.
- Improved handling of exceptions.