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 e751987 commit f9a6b08Copy full SHA for f9a6b08
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# ChangeLog for pymycobot
2
3
+## v3.1.0 (2023-06-09)
4
+
5
+- release v3.1.0
6
+- Fix get_joint_min_angle() and get_joint_max_angle() interface bug.
7
+- Remove the connect function in mycobotsocket
8
+- update demo/Server.py file
9
+- Add new interface: get_error_information(),clear_error_information()
10
11
## v3.0.9 (2023-04-27)
12
13
- release v3.0.9
pymycobot/__init__.py
@@ -42,7 +42,7 @@
42
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
43
__all__.append("MyBuddyEmoticon")
44
45
-__version__ = "3.1.0b1"
+__version__ = "3.1.0"
46
__author__ = "Elephantrobotics"
47
__email__ = "[email protected]"
48
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments