Skip to content

Commit f07d3b3

Browse files
committed
Updated ipynb
1 parent b247bfa commit f07d3b3

File tree

5 files changed

+51
-65
lines changed

5 files changed

+51
-65
lines changed

intersection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
print(sys.getrecursionlimit())
2121

2222
file = Path(
23-
"/scenario-center-playground/data/training_20s/training_20s.tfrecord-00106-of-01000/training_20s.tfrecord-00106-of-01000_8450f9adb20760a5.mcap"
23+
"/scenario-center-playground/data/training_20s/training_20s.tfrecord-00003-of-01000/training_20s.tfrecord-00003-of-01000_4a63430816f60102.mcap"
2424
)
2525
output_path = Path("/scenario-center-playground/scenarios/") / file.stem
2626
output_path.mkdir(parents=True, exist_ok=True)

omega_prime/mapsemgents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import betterosi
55
from omega_prime.intersection_helper import *
66
from omega_prime.segment import Segment
7-
from omega_prime.map import OsiLaneId
87
from shapely.strtree import STRtree
98
from shapely.geometry import Point
109
from collections import namedtuple as nt

tutorial.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -253,23 +253,23 @@
253253
"text/html": [
254254
"\n",
255255
"<style>\n",
256-
" #altair-viz-e03aab78554848a7b28d0329c79e0124.vega-embed {\n",
256+
" #altair-viz-da5e70786d744dcda6dcca3fccce6f7d.vega-embed {\n",
257257
" width: 100%;\n",
258258
" display: flex;\n",
259259
" }\n",
260260
"\n",
261-
" #altair-viz-e03aab78554848a7b28d0329c79e0124.vega-embed details,\n",
262-
" #altair-viz-e03aab78554848a7b28d0329c79e0124.vega-embed details summary {\n",
261+
" #altair-viz-da5e70786d744dcda6dcca3fccce6f7d.vega-embed details,\n",
262+
" #altair-viz-da5e70786d744dcda6dcca3fccce6f7d.vega-embed details summary {\n",
263263
" position: relative;\n",
264264
" }\n",
265265
"</style>\n",
266-
"<div id=\"altair-viz-e03aab78554848a7b28d0329c79e0124\"></div>\n",
266+
"<div id=\"altair-viz-da5e70786d744dcda6dcca3fccce6f7d\"></div>\n",
267267
"<script type=\"text/javascript\">\n",
268268
" var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
269269
" (function(spec, embedOpt){\n",
270270
" let outputDiv = document.currentScript.previousElementSibling;\n",
271-
" if (outputDiv.id !== \"altair-viz-e03aab78554848a7b28d0329c79e0124\") {\n",
272-
" outputDiv = document.getElementById(\"altair-viz-e03aab78554848a7b28d0329c79e0124\");\n",
271+
" if (outputDiv.id !== \"altair-viz-da5e70786d744dcda6dcca3fccce6f7d\") {\n",
272+
" outputDiv = document.getElementById(\"altair-viz-da5e70786d744dcda6dcca3fccce6f7d\");\n",
273273
" }\n",
274274
"\n",
275275
" const paths = {\n",
@@ -345,7 +345,7 @@
345345
{
346346
"data": {
347347
"text/plain": [
348-
"<omega_prime.map_odr.MapOdr at 0x75814356dca0>"
348+
"<omega_prime.map_odr.MapOdr at 0x7e88c13ff8c0>"
349349
]
350350
},
351351
"execution_count": 10,
@@ -369,8 +369,8 @@
369369
{
370370
"data": {
371371
"text/plain": [
372-
"{0: <omega_prime.recording.MovingObject at 0x758143e0cfe0>,\n",
373-
" 1: <omega_prime.recording.MovingObject at 0x7581437e92b0>}"
372+
"{0: <omega_prime.recording.MovingObject at 0x7e88b81a0b00>,\n",
373+
" 1: <omega_prime.recording.MovingObject at 0x7e88c2b38e60>}"
374374
]
375375
},
376376
"execution_count": 11,

0 commit comments

Comments
 (0)