-
Notifications
You must be signed in to change notification settings - Fork 135
3d driving #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ethan10mak
wants to merge
104
commits into
main
Choose a base branch
from
3d-driving
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
3d driving #382
Changes from 92 commits
Commits
Show all changes
104 commits
Select commit
Hold shift + click to select a range
ecc2593
Update xodr_parser.py
ethan10mak a81d32e
Added parse_elevation_profile code
ethan10mak c725df9
elevationProfile and lateralProfile parsing implementation
ethan10mak 440190f
Changed cur_p to have three dimensions
ethan10mak 72a31f2
Formatted xodr_parser.py
ethan10mak b97d800
Revert "Formatted xodr_parser.py"
ethan10mak 2726f2a
Updated formatting of xodr_parser.py
ethan10mak 565534f
Added get_super_elevation_at function
ethan10mak 926a04d
Update xodr_parser.py
ethan10mak fb9be18
Updated parser, regions, and geometry to account for elevation
ethan10mak 4110851
Updating xodr_parser
ethan10mak c800655
Modifying xodr_parser to accept 3D and create trimeshes
ethan10mak d3def9b
Updating calculate_geometry and toScenicRoad to 3D
ethan10mak 3e1e2ae
Visualized working meshes
ethan10mak d0c5bcb
Updated NetworkElement to Region
ethan10mak 6e8fa25
3D meshes outputs properly
ethan10mak ddb093b
Updated roads.py
ethan10mak 727cca7
Updated findPointIn Function
ethan10mak 65206ae
updated global param use2DMap
ethan10mak 203df0a
Updating use2DMap param
ethan10mak c62dbf1
Updated abstract function and orientation
ethan10mak affc938
Updated abstract classes
ethan10mak 80261cc
Driving Orientation Fixed and 2D Compatibility
ethan10mak d0361d3
Updated 2D Compatibility
ethan10mak 91ab3a3
Updated documentation
ethan10mak 54a9695
Added __getitem__ to PathRegion
ethan10mak 8b725c8
Updated behaviors.py for 3d concatenateCenterlines
ethan10mak 1a883ed
Updated xodr_parser.py
ethan10mak 630e41e
Updated behavior.scenic
ethan10mak 5b2db24
Added signedDistanceTo() to PathRegion
ethan10mak c743be1
Updated curbRegion
ethan10mak f06e7f0
Updated for optimized region usage.
ethan10mak c62004f
Intersection are generated correctly
ethan10mak c2ed809
Fixed problems with orientation
ethan10mak ce75a75
Updated Test
ethan10mak 024e684
Squashed commit of the following:
ethan10mak e83ca26
Cleaned up example files
ethan10mak a24d283
Elements are no longer ignored when in between other elements
ethan10mak 96e793b
Update xodr_parser.py
ethan10mak 98db427
Updated carla\simulator.py
ethan10mak 9c5839c
Updated carla simulator code
ethan10mak 6de7b17
Formatted files
ethan10mak 15f51b3
Update roads.py
ethan10mak 4284ef5
Update roads.py
ethan10mak f5f916d
Updated Carla simulator
ethan10mak 51dd121
Update xodr_parser.py
ethan10mak 1ed86ad
Update xodr_parser.py
ethan10mak 80cd8aa
Update test_driving.py
ethan10mak 4b5b863
Cleaned comments
ethan10mak 50b0372
Cleaned files
ethan10mak 4b4fded
Cleaned files
ethan10mak 25869e3
Updated requirements.py
ethan10mak c5b2619
Update requirements.py
ethan10mak 0b5cda5
Updated requirements.py
ethan10mak 63df5fc
Modified 2d tests
ethan10mak 598a16c
Cleaned file
ethan10mak dbfd5de
Updated tests
ethan10mak f207259
Formatted file
ethan10mak 35a3946
Revert "Squashed commit of the following:"
ethan10mak 84280fa
Merge branch 'main' into 3d-driving
ethan10mak 42e390b
Updated Test Cases, Network Element, and Network
ethan10mak 1a8c5be
Formatted Files
ethan10mak 92519a9
Reverted test files and updated roads with asserts
ethan10mak e40b2fc
Updated xodr_parser.py with orientation fix to curbs
ethan10mak 4e64db1
Updated normal vector calculation in xodr_parser
ethan10mak f57424b
Updated asserts
ethan10mak 6491e1d
Formatted roads.py
ethan10mak a55edc1
Reverted UnionRegion containsObject
ethan10mak 66da7a0
Formatted files
ethan10mak 35fb40f
Added union for MeshSurfaceRegion
ethan10mak 65d4a31
Updated Assertions for roads.py
ethan10mak 360d179
Added assertions to roads.py
ethan10mak 9e7407b
Updated asserts and changed conftest.py to use fixture module
ethan10mak b9b7bf6
Created boundingPolygon for PolygonalRegion
ethan10mak 2a2385c
Updated Assertions for roads.py
ethan10mak 1304d95
Added intersects function to PathRegion
ethan10mak 5e95b4f
Added fix to NetworkElement intersects and added fix to test_show2D
ethan10mak 000cabc
Reverted conftest from session to module
ethan10mak 7d10e0a
Updated Tests
ethan10mak 5b031b4
Updated 3D tests, MeshSurfaceRegion, and asserts in roads.py
ethan10mak b8f9cb1
Formatted Files
ethan10mak 6dde3f5
Updated findElementWithin
ethan10mak 1193d4b
Fixed issue with not returning the correct maneuvers for intersections
ethan10mak 46cbc7b
Fixed formatting issue
ethan10mak 3eb2381
Updated containRegionInner for MeshSurfaceRegions
ethan10mak c97b7f6
Updated default tolerance
ethan10mak df19049
Updated tolerance for test_element_tolerance
ethan10mak f6c2c05
Created new tests specific to 3D elements
ethan10mak fc5043a
Formatted test_driving.py
ethan10mak bc32686
Update roads.py
ethan10mak 8906ebc
Updated tests
ethan10mak 6fb8419
Formatted test_network.py
ethan10mak fb6ac3b
Update src/scenic/core/regions.py
ethan10mak ae22d3a
Removed unnecessary parameters from tests
ethan10mak 494eece
Merge branch '3d-driving' of https://github.com/BerkeleyLearnVerify/S…
ethan10mak c47a2dd
Updated test_driving.py
ethan10mak 9e779a4
Update model.scenic
ethan10mak 440c883
Update test_basic.py
ethan10mak 2bbd534
Update test_basic.py
ethan10mak 868e10a
Formatted files
ethan10mak 06e9da5
Updated carla tests with 3D tests
ethan10mak d3a9d09
Formatted files
ethan10mak e343921
Update 3D driving CARLA tests
ethan10mak 30d26d9
Changed test_brake back to Town01
ethan10mak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.