mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 22:48:28 -04:00
Tools: autotest: reduce dummy streamrate
Given we have trouble with the amount of data flowing around, doubling this seems somewhat unfortunate.
This commit is contained in:
parent
04e4484d96
commit
b8e1d26708
@ -208,7 +208,7 @@ class AutoTest(ABC):
|
|||||||
tstart = self.get_sim_time()
|
tstart = self.get_sim_time()
|
||||||
while True:
|
while True:
|
||||||
|
|
||||||
self.mavproxy.send("set streamrate %u\n" % (self.sitl_streamrate()*2))
|
self.mavproxy.send("set streamrate %u\n" % (self.sitl_streamrate()+1))
|
||||||
if self.mav is None:
|
if self.mav is None:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user