Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3r4y committed Oct 13, 2018
1 parent bb5b42c commit c35a96f
Show file tree
Hide file tree
Showing 69 changed files with 12 additions and 7,318 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/aadcUserPython/opendrive/opendrive2lanelets-converter"]
path = src/aadcUserPython/opendrive/opendrive2lanelets-converter
url = https://github.com/stefan-urban/opendrive2lanelets-converter.git
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append('opendrive2lanelets-converter')\n",
"\n",
"from lxml import etree\n",
"from opendriveparser import parse_opendrive\n",
"from opendrive2lanelet import Network\n",
Expand Down Expand Up @@ -3952,7 +3955,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.3"
},
"varInspector": {
"cols": {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c35a96f

Please sign in to comment.