Skip to content

Commit

Permalink
Merge branch 'master' into filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakbh92 committed May 7, 2020
2 parents 84a5784 + 52a93a4 commit 90acc31
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
2 changes: 1 addition & 1 deletion docs/src/veh_track_reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ These functions are responsible for reading vehicle track information from provi
carsinframe
car_df_index
read_veh_tracks
```
```
2 changes: 1 addition & 1 deletion docs/src/visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ These functions are responsible to create visualizations using `AutomotiveVisual
scenelist2video
video_overlay_scenelists
scenelist2video_curvepts
```
```
2 changes: 0 additions & 2 deletions src/AutomotiveInteraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ export
video_trajdata_replay,
scenelist2video,
video_overlay_scenelists,
curvepts_overlay,
LaneOverlay,
scenelist2video_curvepts
include("Driving/visualization.jl")

Expand Down

0 comments on commit 90acc31

Please sign in to comment.