- Regenerate graph client.
- Add
SetUserAgent
support.
- Regenerate graph client.
- Regenerate graph client.
- Add
GetPackItemPoseInWorld
to support manual order processing.
- Add
UploadFiles
to support multi-file upload.
- Regenerate graph client.
- Regenerate graph client.
- Remove
ExecuteTrajectory
method, to avoid dangerous usage. Instead, an ITL program (e.g. withMove
) should be executed to ensure that the trajectory is collision-free.
- Remove
GetInertiaChildJointStartValues
- Regenerate graph client.
- Allow controller client user to supply additional headers to be included in http requests.
- Removed
mujin_controllerclientpy_registerscene.py
script that is deprecated. - Add
DeleteConfig
api.
- Removed old functions and clients:
itlplanningclient2.py
(ITLPlanning2ControllerClient
) andrealtimeitlplanningclient.py
(RealtimeITLPlanningControllerClient
) were removed. Userealtimeitlplanning3client.py
(RealtimeITLPlanning3ControllerClient
) instead.SendCurrentLayoutData
andResetCurrentLayoutData
were removed fromBinpickingControllerClient
.RunSceneTaskAsync
was removed fromPlanningControllerClient
. It is available viaControllerClientBase
.
- Moved
ResetCachedRobotConfigurationState
to realtimerobotclient.