File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog for pymycobot
2
2
3
+ ## v2.7.2.1 (2021-12-15)
4
+
5
+ - release v2.7.3
6
+ - fix get_tof_distance() no return problem.
7
+
3
8
## v2.7.2 (2021-12-15)
4
9
5
10
- release v2.7.2
Original file line number Diff line number Diff line change 20
20
"MyCobotSocket"
21
21
]
22
22
23
- __version__ = "2.7.2 "
23
+ __version__ = "2.7.3 "
24
24
__author__ = "Elephantrobotics"
25
25
__email__ = "weiquan.xu@elephantrobotics.com"
26
26
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
Original file line number Diff line number Diff line change @@ -561,4 +561,4 @@ def get_tof_distance(self):
561
561
Args:
562
562
return: The unit is mm
563
563
"""
564
- return self ._mesg (ProtocolCode .GET_TOF_DISTANCE )
564
+ return self ._mesg (ProtocolCode .GET_TOF_DISTANCE , has_reply = True )
You can’t perform that action at this time.
0 commit comments