Skip to content

Commit 822628c

Browse files
committed
Update DeepRacer Log Analysis.ipynb
Made the following changes to cell 19 in the DeepRacer loganalysis.ipynb # Use Shapely to generate lines for the inner # and outer track borders, and centerline l_center_line = LineString(waypoints[:,0:2]) l_inner_border = LineString(waypoints[:,2:4]) l_outer_border = LineString(waypoints[:,4:6]) # Create a shapely Polygon representing the track road_poly = Polygon(np.vstack((l_outer_border.coords, np.flipud(l_inner_border.coords)))) road_poly
1 parent 459d2c9 commit 822628c

File tree

1 file changed

+48
-19
lines changed

1 file changed

+48
-19
lines changed

log-analysis/DeepRacer Log Analysis.ipynb

Lines changed: 48 additions & 19 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)