feat: 增加最後對準基地運行
feat: 增加原始模型參數和任務版本
This commit is contained in:
@@ -67,6 +67,7 @@ class main_task():
|
||||
error_abs = abs(self.lane_error)
|
||||
|
||||
if error_abs > 50:
|
||||
# speed = 11
|
||||
speed = 13
|
||||
elif error_abs > 45:
|
||||
speed = 15
|
||||
|
||||
Reference in New Issue
Block a user