for merge

This commit is contained in:
Atsushi Sakai
2018-03-25 20:44:04 -07:00
parent 3e94bc7eee
commit 301b135594

View File

@@ -15,8 +15,8 @@ import matplotlib.pyplot as plt
import math
# parameter
MAX_T = 100.0
MIN_T = 5.0
MAX_T = 100.0 # maximum time to the goal [s]
MIN_T = 5.0 # minimum time to the goal[s]
show_animation = True