Tools: autotest: fix sethome test under Python3
This commit is contained in:
parent
ee690e7ab9
commit
1e2cf4bb60
@ -2027,8 +2027,8 @@ class AutoTest(ABC):
|
|||||||
0, # p2,
|
0, # p2,
|
||||||
0, # p3,
|
0, # p3,
|
||||||
0, # p4,
|
0, # p4,
|
||||||
37.0, # lat
|
37, # lat
|
||||||
21.0, # lon
|
21, # lon
|
||||||
new_z/1000.0, # mm => m
|
new_z/1000.0, # mm => m
|
||||||
)
|
)
|
||||||
home = self.poll_home_position()
|
home = self.poll_home_position()
|
||||||
|
Loading…
Reference in New Issue
Block a user