Skip to content

Commit 03e76e4

Browse files
committed
add comment
1 parent 788f5ed commit 03e76e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PathPlanning/LQRPlanner/LQRplanner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def LQR_control(A, B, x):
119119
def main():
120120
print(__file__ + " start!!")
121121

122-
ntest = 10
123-
area = 100.0
122+
ntest = 10 # number of goal
123+
area = 100.0 # sampling area
124124

125125
for i in range(ntest):
126126
sx = 6.0

0 commit comments

Comments
 (0)