We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f6121 commit 1ccc242Copy full SHA for 1ccc242
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.6.2 (2024-10-11)
4
+
5
+- release v3.6.2
6
+- 630 adds partial control interface for force control gripper
7
8
## v3.6.1 (2024-10-09)
9
10
- release v3.6.1
pymycobot/__init__.py
@@ -85,7 +85,7 @@
85
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
86
__all__.append("MyBuddyEmoticon")
87
88
-__version__ = "3.6.1"
+__version__ = "3.6.2"
89
__author__ = "Elephantrobotics"
90
__email__ = "weiquan.xu@elephantrobotics.com"
91
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments