-
Notifications
You must be signed in to change notification settings - Fork 11
Learning resources
Joshua Williams edited this page Oct 29, 2021
·
1 revision
This is a collection of handy websites. Feel free to add things you find!
Note: Some of these papers may require a login from your UTD account.
- ⭐Badue et al., Self-Driving Cars: A Survey
- This is a great survey of how autonomous driving systems are typically structured, and of the latest research.
-
Hu et al., Dynamic path planning for autonomous driving on various roads with avoidance of static and moving obstacles
- This paper outlines an approach for generating multiple paths along a route and selecting the optimal path. In other words, it's both a path planner and a behavior selector.
-
Poggenhans, Salscheider and Stiller, Precise Localization in High-Definition Road Maps for Urban Regions
- This one's neat: multiple detectors find specific map features and their locations relative to the vehicle. The findings are matched with map data. Basically localization using any kind of landmark: lane markers, stop signs, bus stops, anything.
General
- Papers for literature review
- Demo 2: Grand Tour (Overview)
- Our Team
- Learning resources
- Meeting notes
- Archived Pages
Development & Simulation
- Code Standards and Guidelines
- Writing and Running Tests
- Installation and usage
- Logging into the Quad Remote Simulator
- Running the Simulator
Software Design
Outdated or Uncategorized