Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OUTDATED Verse-library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AutonomyCourse_ECEIllinois
OUTDATED Verse-library
Commits
cfd2cc30
Commit
cfd2cc30
authored
2 years ago
by
li213
Browse files
Options
Downloads
Patches
Plain Diff
preparing for repeatability
parent
06fe01cb
No related branches found
No related tags found
2 merge requests
!9
Tutorial
,
!8
Simple sim
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+16
-16
16 additions, 16 deletions
setup.py
verse/map/opendrive_parser.py
+0
-1
0 additions, 1 deletion
verse/map/opendrive_parser.py
with
16 additions
and
17 deletions
setup.py
+
16
−
16
View file @
cfd2cc30
...
...
@@ -12,23 +12,23 @@ setup(
packages
=
find_packages
(
exclude
=
[
"
tests
"
,
"
demo
"
]),
python_requires
=
'
>=3.8
'
,
install_requires
=
[
"
numpy~=1.22.1
"
,
"
scipy~=1.8.1
"
,
"
matplotlib~=3.4.2
"
,
"
polytope~=0.2.3
"
,
"
pyvista~=0.32.1
"
,
"
networkx~=2.2
"
,
"
sympy~=1.6.2
"
,
"
six~=1.14.0
"
,
"
astunparse~=1.6.3
"
,
"
treelib~=1.6.1
"
,
"
z3-solver~=4.8.17.0
"
,
"
igraph~=0.9.10
"
,
"
plotly~=5.8.0
"
,
"
beautifulsoup4~=4.11.1
"
,
"
lxml~=4.9.1
"
,
"
numpy
"
,
"
scipy
"
,
"
matplotlib
"
,
"
polytope
"
,
"
pyvista
"
,
"
networkx
"
,
"
sympy
"
,
"
six
"
,
"
astunparse
"
,
"
treelib
"
,
"
z3-solver
"
,
"
plotly
"
,
"
beautifulsoup4
"
,
"
lxml
"
,
"
torch
"
,
"
tqdm
"
"
tqdm
"
,
"
intervaltree
"
,
],
classifiers
=
[
'
Development Status :: 2 - Pre-Alpha
'
,
...
...
This diff is collapsed.
Click to expand it.
verse/map/opendrive_parser.py
+
0
−
1
View file @
cfd2cc30
#Import all the lane objects we are going to use for lane object identification################
from
turtle
import
right
import
numpy
as
np
#Numpy library to do the calculations
import
matplotlib.pyplot
as
plt
#Matplotlib library to visualize the roads
from
bs4
import
BeautifulSoup
#Beautiful Soup library for parsing data in python
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment