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 1e7b132 commit 918568fCopy full SHA for 918568f
CHANGELOG.md
@@ -1,6 +1,12 @@
1
-# ChangeLog for pymycobot.
+# ChangeLog for pymycobot
2
+
3
+## v2.6.1 (2021-10-19)
4
5
+- release v2.6.1
6
+- Fix transmission angle or coordinate jam problem. (sync_send_angles() and sync_send_coords())
7
8
## v2.6.0 (2021-9-13)
9
10
- release v2.6.0
11
- Preliminary adaptation mypalletizer
12
pymycobot/__init__.py
@@ -18,7 +18,7 @@
18
"MyPalletizer",
19
]
20
21
-__version__ = "2.6.0"
+__version__ = "2.6.1"
22
__author__ = "Elephantrobotics"
23
__email__ = "weiquan.xu@elephantrobotics.com"
24
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments