- adjust warp

git-svn-id: http://moon:8086/svn/projects/HendiControl@139 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-25 21:17:41 +00:00
parent b0ba6bc7b4
commit 724fd61f04
+1 -1
View File
@@ -30,7 +30,7 @@ class Controller():
self.power_v = np.empty(0)
self.error_v = np.empty(0)
self.time = 0
self.sim_warp_factor = 10
self.sim_warp_factor = 100
self.report_interval = 1.0
self.report_last_time = 0
self.thread = None