Skip to content

Commit 301b135

Browse files
committed
for merge
1 parent 3e94bc7 commit 301b135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PathPlanning/QuinticPolynomialsPlanner/quintic_polynomials_planner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import math
1616

1717
# parameter
18-
MAX_T = 100.0
19-
MIN_T = 5.0
18+
MAX_T = 100.0 # maximum time to the goal [s]
19+
MIN_T = 5.0 # minimum time to the goal[s]
2020

2121
show_animation = True
2222

0 commit comments

Comments
 (0)