diff --git a/PathPlanning/LQRPlanner/LQRplanner.py b/PathPlanning/LQRPlanner/LQRplanner.py index e6ec59db..39b06ad5 100644 --- a/PathPlanning/LQRPlanner/LQRplanner.py +++ b/PathPlanning/LQRPlanner/LQRplanner.py @@ -119,8 +119,8 @@ def LQR_control(A, B, x): def main(): print(__file__ + " start!!") - ntest = 10 - area = 100.0 + ntest = 10 # number of goal + area = 100.0 # sampling area for i in range(ntest): sx = 6.0