fix bug of reedsshepppath

This commit is contained in:
Atsushi Sakai
2017-10-19 12:31:19 -07:00
parent 47cd9c0f25
commit 2723a0a2eb
4 changed files with 10 additions and 9 deletions

View File

@@ -349,7 +349,7 @@ class RRT():
for (ox, oy, size) in obstacleList:
plt.plot(ox, oy, "ok", ms=30 * size)
reeds_shepp_path_planning.plot_arrow(
reeds_shepp_path_planning.plot_arro/Users/atsushisakai/Dropbox/Program/berkeley/RacerCourseOptimization/cvxpy/stanford/mpc_path_planner_common.pyw(
self.start.x, self.start.y, self.start.yaw)
reeds_shepp_path_planning.plot_arrow(
self.end.x, self.end.y, self.end.yaw)