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 1ccd1f8 commit 50145f5Copy full SHA for 50145f5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# ChangeLog for pymycobot
2
3
+## v2.7.0 (2021-11-15)
4
+
5
+- release v2.7.0
6
+- Added TCP/IP to control the robotic arm
7
+- Fixed the problem that the get_basic_input() and get_digital_input() methods return incorrect data
8
9
## v2.6.1 (2021-10-19)
10
11
- release v2.6.1
pymycobot/__init__.py
@@ -20,7 +20,7 @@
20
"MyCobotSocket"
21
]
22
23
-__version__ = "2.6.2"
+__version__ = "2.7.0"
24
__author__ = "Elephantrobotics"
25
__email__ = "weiquan.xu@elephantrobotics.com"
26
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments