-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove planningserverclients from repository
- Loading branch information
Showing
19 changed files
with
46 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,3 @@ | ||
# 0.16.8 (2022-11-10) | ||
# 0.1.0 (2022-11-17) | ||
|
||
- Regenerate graph client. | ||
|
||
|
||
# 0.16.7 (2022-11-08) | ||
|
||
- Regenerate graph client. | ||
|
||
|
||
# 0.16.6 (2022-11-01) | ||
|
||
- Add `GetPackItemPoseInWorld` to support manual order processing. | ||
|
||
|
||
# 0.16.5 (2022-11-01) | ||
|
||
- Add `UploadFiles` to support multi-file upload. | ||
|
||
|
||
# 0.16.3 (2022-11-07) | ||
|
||
- Regenerate graph client. | ||
|
||
|
||
# 0.16.2 (2022-11-07) | ||
|
||
- Regenerate graph client. | ||
|
||
# 0.16.1 (2022-10-07) | ||
|
||
- Remove `ExecuteTrajectory` method, to avoid dangerous usage. Instead, an ITL program (e.g. with `Move`) should be executed to ensure that the trajectory is collision-free. | ||
|
||
|
||
# 0.16 (2022-10-06) | ||
|
||
- Remove `GetInertiaChildJointStartValues` | ||
|
||
|
||
# 0.15.9 (2022-09-30) | ||
|
||
- Regenerate graph client. | ||
|
||
|
||
# 0.15.8 (2022-08-19) | ||
|
||
- Allow controller client user to supply additional headers to be included in http requests. | ||
|
||
|
||
# 0.15.3 (2022-06-10) | ||
|
||
- Removed `mujin_controllerclientpy_registerscene.py` script that is deprecated. | ||
- Add `DeleteConfig` api. | ||
|
||
|
||
# 0.15.2 (2022-05-10) | ||
|
||
- Removed old functions and clients: | ||
- `itlplanningclient2.py` (`ITLPlanning2ControllerClient`) and `realtimeitlplanningclient.py` (`RealtimeITLPlanningControllerClient`) were removed. Use `realtimeitlplanning3client.py` (`RealtimeITLPlanning3ControllerClient`) instead. | ||
- `SendCurrentLayoutData` and `ResetCurrentLayoutData` were removed from `BinpickingControllerClient`. | ||
- `RunSceneTaskAsync` was removed from `PlanningControllerClient`. It is available via `ControllerClientBase`. | ||
|
||
|
||
# 0.15.1 (2022-04-27) | ||
|
||
- Moved `ResetCachedRobotConfigurationState` to realtimerobotclient. | ||
- Port from mujincontrollerclientpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +0,0 @@ | ||
# From mujincontrollerclientpy to mujinplanningclient and mujinwebclient | ||
|
||
## realtimeitlplanning3client | ||
|
||
- `CheckITLProgramExists` has been removed. Use the webclient's `GetProgram` instead. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...controllerclient/controllergraphclient.py → ...inwebstackclient/controllergraphclient.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
python/mujincontrollerclient/version.py → python/mujinwebstackclient/version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = '0.17.0' | ||
__version__ = '0.1.0' | ||
|
||
# Do not forget to update CHANGELOG.md |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters