mplewis / osm-pathfinding
Apply A* to real life for once. Final project for UMN CSCI 4511W with @JoeSelvik and @kevana.
☆119Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for osm-pathfinding
- Easily accessible C++ object structure of OpenDRIVE☆69Updated 2 years ago
- Apply A* to real life for once. Final project for UMN CSCI 4511W with @JoeSelvik and @kevana.☆23Updated 5 years ago
- Lanelet maps have been introduced in the context of the autonomous completion of the Bertha-Benz-Memorial-Route in 2013☆141Updated 6 years ago
- Experimental packages for ROS access to Open Street Map information☆81Updated last year
- Library to create cities and terrains☆56Updated 7 years ago
- D* Lite algorithm for partially known environments.☆75Updated 3 years ago
- Autonomous driving trajectory planning solution for U-Turn scenario☆115Updated 3 years ago
- Simple Continuous Curvature Path Library☆22Updated 6 years ago
- Implementation for A* with stricted visited list, Lifelong Planning A* and D* Lite final version☆91Updated 9 years ago
- In this project, the goal is to design a path planner that is able to create smooth, safe paths for the car to follow along a 3 lane high…☆53Updated 7 years ago
- 这里用来保存地图相关的数据格式文档,包括OpenDrive等格式。☆85Updated last year
- A curated list of Resources for Motion Planning☆200Updated 6 months ago
- A tool for generating OpenDRIVE maps from OpenStreetMap data☆61Updated 5 years ago
- A parser and interface to query OpenDRIVE (1.4 / 1.6).☆34Updated 3 years ago
- Clothoid generation and sampling library, with Python wrapper☆21Updated 8 years ago
- apollo Opendrive 高精地图解析引擎☆82Updated 3 years ago
- OSMDeepOD - OpenStreetMap (OSM) and Machine Learning (Deep Learning) based Object Detection from Aerial Imagery (Formerly also known as "…☆192Updated 2 years ago
- My solution for udacity path planning project. This makes the car drive > 20 miles without collision without constraint violation☆104Updated 6 years ago
- Basic algorithms for single-shot grid-based 2D path finding: BFS, Dijkstra, A*, Jump Point Search (JPS), Theta*☆69Updated 3 years ago
- The lattice_planner package provides a move_base global planner plugin for a time-bounded A* lattice planner. The planner is designed to …☆216Updated 8 months ago
- Implementation of the paper "Safe Trajectory Generation For Complex Urban Environments Using Spatio-temporal Semantic Corridor".☆192Updated 4 years ago
- My solution to the Udacity Self-Driving Car Engineer Nanodegree Model Predictive Control project