code clean up

This commit is contained in:
Atsushi Sakai
2018-11-23 15:53:06 +09:00
parent a4a8591018
commit 5f6cc19b15

View File

@@ -14,7 +14,7 @@ import numpy as np
import scipy.spatial
import matplotlib.pyplot as plt
# import reeds_shepp_path_planning as rs
import heapq
# import heapq
EXTEND_AREA = 5.0 # [m]
H_COST = 1.0